public ETShippingListCreateController(IExportTransportationService exportTransportationService, ISysCustomizedListService sysCustomizedListService)
 {
     this._exportTransportationService = exportTransportationService;
     this._sysCustomizedListService    = sysCustomizedListService;
 }
Beispiel #2
0
 public ETCPAInventoryInputController(IExportTransportationService exportTransportationService, ISysCustomizedListService sysCustomizedListService)
 {
     this._exportTransportationService = exportTransportationService;
     this._sysCustomizedListService    = sysCustomizedListService;
 }
 public ETDeliveryStatusInputController(IExportTransportationService exportTransportationService, ISysCustomizedListService sysCustomizedListService)
 {
     this._exportTransportationService = exportTransportationService;
     this._sysCustomizedListService    = sysCustomizedListService;
 }