public ETShippingListCreateController(IExportTransportationService exportTransportationService, ISysCustomizedListService sysCustomizedListService)
 {
     this._exportTransportationService = exportTransportationService;
     this._sysCustomizedListService    = sysCustomizedListService;
 }
Example #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;
 }