예제 #1
0
 public HumanEscalationWaitingResumption(ILoggerFactory factory
                                         , ISchedulerService schedulerService
                                         , IWorkItemService workItemService
                                         , IScriptParser parser
                                         , IHumanEscalationHelper helper)
 {
     this._log = factory.Create(typeof(HumanEscalationWaitingResumption));
     this._schedulerService = schedulerService;
     this._workItemService  = workItemService;
     this._parser           = parser;
     this._helper           = helper;
 }
 public HumanEscalationWaitingResumption(ILoggerFactory factory
     , ISchedulerService schedulerService
     , IWorkItemService workItemService
     , IScriptParser parser
     , IHumanEscalationHelper helper)
 {
     this._log = factory.Create(typeof(HumanEscalationWaitingResumption));
     this._schedulerService = schedulerService;
     this._workItemService = workItemService;
     this._parser = parser;
     this._helper = helper;
 }