예제 #1
0
 public NmsSystemEventsImpl(INmsOperations nmsOperations,
                            IDestination cargoHandledDestination,
                            IDestination cargoUpdateDestination)
 {
     this.nmsOperations = nmsOperations;
     this.cargoHandledDestination = cargoHandledDestination;
     this.cargoUpdateDestination = cargoUpdateDestination;
 }
예제 #2
0
 public NmsSystemEventsImpl(INmsOperations nmsOperations,
                            IDestination cargoHandledDestination,
                            IDestination cargoUpdateDestination)
 {
     this.nmsOperations           = nmsOperations;
     this.cargoHandledDestination = cargoHandledDestination;
     this.cargoUpdateDestination  = cargoUpdateDestination;
 }