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