Beispiel #1
0
 public TransporterPerformanceController(ITransportOrderService transportOrderService, IUserAccountService userAccountService,
                                         IDispatchAllocationService dispatchAllocationService, ITransportOrderDetailService transportOrderDetailService,
                                         IHubService hubService, IAdminUnitService adminUnitService, IDispatchService dispatchService, IDeliveryService deliveryService)
 {
     _transportOrderService       = transportOrderService;
     _userAccountService          = userAccountService;
     _dispatchAllocationService   = dispatchAllocationService;
     _transportOrderDetailService = transportOrderDetailService;
     _hubService       = hubService;
     _adminUnitService = adminUnitService;
     _dispatchService  = dispatchService;
     _deliveryService  = deliveryService;
 }
 public TransporterPerformanceController(ITransportOrderService transportOrderService,IUserAccountService userAccountService,
                                       IDispatchAllocationService dispatchAllocationService, ITransportOrderDetailService transportOrderDetailService,
                                       IHubService hubService, IAdminUnitService adminUnitService,IDispatchService dispatchService,IDeliveryService deliveryService)
 {
     _transportOrderService = transportOrderService;
     _userAccountService = userAccountService;
     _dispatchAllocationService = dispatchAllocationService;
     _transportOrderDetailService = transportOrderDetailService;
     _hubService = hubService;
     _adminUnitService = adminUnitService;
     _dispatchService = dispatchService;
     _deliveryService = deliveryService;
 }
Beispiel #3
0
 public DonationController(
     IReceiptAllocationService receiptAllocationService,
     ICommodityService commodityService,
     ICommonService commonService,
     IShippingInstructionService shippingInstructionService, 
     GiftCertificateService giftCertificateService, 
     ICommodityTypeService commodityTypeService, 
     IHubService hubService, 
     IDonationPlanDetailService donationPlanDetailService, 
     IDonationPlanHeaderService donationPlanHeaderService, ITransactionService transactionService)
 {
     _receiptAllocationService = receiptAllocationService;
     _commodityService = commodityService;
     _commonService = commonService;
     _shippingInstructionService = shippingInstructionService;
        _giftCertificateService = giftCertificateService;
     _commodityTypeService = commodityTypeService;
     _hubService = hubService;
     _donationPlanDetailService = donationPlanDetailService;
     _donationPlanHeaderService = donationPlanHeaderService;
     _transactionService = transactionService;
 }
Beispiel #4
0
 public DonationController(
     IReceiptAllocationService receiptAllocationService,
     ICommodityService commodityService,
     ICommonService commonService,
     IShippingInstructionService shippingInstructionService,
     GiftCertificateService giftCertificateService,
     ICommodityTypeService commodityTypeService,
     IHubService hubService,
     IDonationPlanDetailService donationPlanDetailService,
     IDonationPlanHeaderService donationPlanHeaderService, ITransactionService transactionService, ILog log)
 {
     _receiptAllocationService   = receiptAllocationService;
     _commodityService           = commodityService;
     _commonService              = commonService;
     _shippingInstructionService = shippingInstructionService;
     _giftCertificateService     = giftCertificateService;
     _commodityTypeService       = commodityTypeService;
     _hubService = hubService;
     _donationPlanDetailService = donationPlanDetailService;
     _donationPlanHeaderService = donationPlanHeaderService;
     _transactionService        = transactionService;
     _log = log;
 }
Beispiel #5
0
 public UserWarehouseController(IUserHubService userHubService, Cats.Services.EarlyWarning.IHubService hubService, IUserProfileService userProfileService)
 {
     this._userHubService     = userHubService;
     this._hubService         = hubService;
     this._userProfileService = userProfileService;
 }
Beispiel #6
0
 public UserWarehouseController(IUserHubService userHubService, Cats.Services.EarlyWarning.IHubService hubService, IUserProfileService userProfileService)
 {
     this._userHubService = userHubService;
     this._hubService = hubService;
     this._userProfileService = userProfileService;
 }