Implement parse campaign manager
This commit is contained in:
@ -8,11 +8,13 @@ namespace Hcs.WebApp.BackgroundServices.CampaignManagers
|
||||
IServiceScopeFactory scopeFactory,
|
||||
OperationExecutionState operationExecutionState,
|
||||
ResultGetState resultGetState,
|
||||
DataParsingState dataParsingState,
|
||||
Campaign campaign) : IManager
|
||||
{
|
||||
protected readonly IServiceScope scope = scopeFactory.CreateScope();
|
||||
protected readonly OperationExecutionState operationExecutionState = operationExecutionState;
|
||||
protected readonly ResultGetState resultGetState = resultGetState;
|
||||
protected readonly DataParsingState dataParsingState = dataParsingState;
|
||||
protected readonly Campaign campaign = campaign;
|
||||
|
||||
private HeadquartersService? headquartersService;
|
||||
|
||||
Reference in New Issue
Block a user