Implement result getter
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
using Hcs.WebApp.BackgroundServices;
|
||||
using Hcs.WebApp.BackgroundServices.CampaignManagers;
|
||||
using Hcs.WebApp.BackgroundServices.OperationExecutors;
|
||||
using Hcs.WebApp.BackgroundServices.ResultGetters;
|
||||
using Hcs.WebApp.Components;
|
||||
using Hcs.WebApp.Components.Shared;
|
||||
using Hcs.WebApp.Data.Hcs;
|
||||
@ -68,6 +69,7 @@ builder.Services.AddSingleton<OperationExecutionState>();
|
||||
builder.Services.AddSingleton<ResultWaitState>();
|
||||
builder.Services.AddSingleton<ManagerFactory>();
|
||||
builder.Services.AddSingleton<ExecutorFactory>();
|
||||
builder.Services.AddSingleton<ResultGetterFactory>();
|
||||
|
||||
builder.Services.AddHostedService<CampaignManagementService>();
|
||||
builder.Services.AddHostedService<OperationExecutionService>();
|
||||
|
||||
Reference in New Issue
Block a user