public WorkflowInstanceStore(ILoggerFactory factory, IProcessService processService, WorkflowInstanceStoreHelper helper)
 {
     this._log = factory.Create(typeof(WorkflowInstanceStore));
     this._processService = processService;
     this._helper = helper;
 }
Example #2
0
 public WorkflowInstanceStore(ILoggerFactory factory, IProcessService processService, WorkflowInstanceStoreHelper helper)
 {
     this._log            = factory.Create(typeof(WorkflowInstanceStore));
     this._processService = processService;
     this._helper         = helper;
 }