Skip to content

Commit

Permalink
Update SettlementReportModuleExtensions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
FirestarJes committed Sep 12, 2024
1 parent 257fd2e commit a4c2f64
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ public static IServiceCollection AddSettlementReportApiModule(this IServiceColle
services.AddScoped<IRemoveExpiredSettlementReports, RemoveExpiredSettlementReports>();
services.AddScoped<IDatabricksJobsHelper, DatabricksJobsHelper>();
services.AddScoped<ISettlementReportInitializeHandler, SettlementReportInitializeHandler>();
services.AddScoped<IListSettlementReportJobsHandler, ListSettlementReportJobsHandler>();
services.AddScoped<IRequestSettlementReportJobHandler, RequestSettlementReportHandler>();
services.AddSettlementReportBlobStorage();

// Database Health check
Expand Down

0 comments on commit a4c2f64

Please sign in to comment.