Rename wait to get
This commit is contained in:
@ -5,8 +5,8 @@ namespace Hcs.WebApp.BackgroundServices.CampaignManagers
|
||||
public class ParseHousesDataManager_15_7_0_1(
|
||||
IServiceScopeFactory scopeFactory,
|
||||
OperationExecutionState operationExecutionState,
|
||||
ResultWaitState resultWaitState,
|
||||
Campaign campaign) : ManagerBase(scopeFactory, operationExecutionState, resultWaitState, campaign)
|
||||
ResultGetState resultGetState,
|
||||
Campaign campaign) : ManagerBase(scopeFactory, operationExecutionState, resultGetState, campaign)
|
||||
{
|
||||
protected override int StepCount => throw new NotImplementedException();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user