Exemple #1
0
 public MaintainCustomerInformationSaga(IFlowLog flowLog)
 {
     this.flowLog = flowLog;
 }
Exemple #2
0
 public CheckCreditSaga(IBus bus, IFlowLog flowLog)
 {
     this.bus     = bus;
     this.flowLog = flowLog;
 }
Exemple #3
0
 public MessageLogger(IFlowLog flowLog, string id)
 {
     this.flowLog = flowLog;
     this.id = id;
 }
 public CheckSomeLegalStuffSaga(IBus bus, IFlowLog flowLog)
 {
     this.bus     = bus;
     this.flowLog = flowLog;
 }