示例#1
0
 public ReceiveController(IReceiveService receiveService,IGiftCertificateService giftCertificateService,
                          IReceiptAllocationService receiptAllocationService,IUserProfileService userProfileService,
                          ICommodityTypeService commodityTypeService ,IReceiveDetailService receiveDetailService,
                          ICommodityService commodityService,IStoreService storeService,ITransactionService transactionService,
                          IUnitService unitService,IShippingInstructionService shippingInstructionService,IHubService hubService,
                          ICommodityGradeService commodityGradeService,IProgramService programService,ITransporterService transporterService,
                          ICommoditySourceService commoditySourceService, IDonorService donorService)
     : base(userProfileService)
 {
     _receiveService = receiveService;
     _giftCertificateService = giftCertificateService;
     _receiptAllocationService = receiptAllocationService;
     _userProfileService = userProfileService;
     _commodityTypeService = commodityTypeService;
     _receiveDetailService = receiveDetailService;
     _commodityService = commodityService;
     _storeService = storeService;
     _transactionService = transactionService;
     _unitService = unitService;
     _shippingInstructionService = shippingInstructionService;
     _hubService = hubService;
     _commodityGradeService = commodityGradeService;
     _programService = programService;
     _transporterService = transporterService;
     _commoditySourceService=commoditySourceService;
     _donorService = donorService;
 }
 public GiftCertificateController(
     IGiftCertificateService giftCertificateService,
     ICommodityService commodityService,
    IUserProfileService userProfileService,
     IReceiptAllocationService receiptAllocationService,
     IDetailService detailService,
     ICommodityTypeService commodityTypeService,
    IDonorService donorService,
     IProgramService programService,
     IGiftCertificateDetailService giftCertificateDetailService)
 {
     _giftCertificateService = giftCertificateService;
     _commodityService = commodityService;
     _userProfileService = userProfileService;
     _receiptAllocationService = receiptAllocationService;
     _detailService = detailService;
     _commodityTypeService = commodityTypeService;
     _donorService = donorService;
     _programService = programService;
     _giftCertificateDetailService = giftCertificateDetailService;
 }
 public GiftCertificateController(
     IGiftCertificateService giftCertificateService,
     ICommodityService commodityService,
     IUserProfileService userProfileService,
     IReceiptAllocationService receiptAllocationService,
     IDetailService detailService,
     ICommodityTypeService commodityTypeService,
     IDonorService donorService,
     IProgramService programService,
     IGiftCertificateDetailService giftCertificateDetailService)
 {
     _giftCertificateService       = giftCertificateService;
     _commodityService             = commodityService;
     _userProfileService           = userProfileService;
     _receiptAllocationService     = receiptAllocationService;
     _detailService                = detailService;
     _commodityTypeService         = commodityTypeService;
     _donorService                 = donorService;
     _programService               = programService;
     _giftCertificateDetailService = giftCertificateDetailService;
 }
 public ReceiptAllocationController(IReceiptAllocationService receiptAllocationService,
     IUserProfileService userProfileService,
     ICommoditySourceService commoditySourceService,
     IGiftCertificateService giftCertificateService,
     ICommodityService commodityService,
     IDonorService donorService,
     IGiftCertificateDetailService giftCertificateDetailService,
     IHubService hubService,
     IProgramService programService,
     ICommodityTypeService commodityTypeService)
 {
     this._receiptAllocationService = receiptAllocationService;
     this._userProfileService = userProfileService;
     this._commoditySourceService = commoditySourceService;
     this._giftCertificateService = giftCertificateService;
     this._commodityService = commodityService;
     this._donorService = donorService;
     this._giftCertificateDetailService = giftCertificateDetailService;
     this._hubService = hubService;
     this._programService = programService;
     this._commodityTypeService = commodityTypeService;
 }
示例#5
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;
 }
 public ReceiptAllocationController(IReceiptAllocationService receiptAllocationService,
                                    IUserProfileService userProfileService,
                                    ICommoditySourceService commoditySourceService,
                                    IGiftCertificateService giftCertificateService,
                                    ICommodityService commodityService,
                                    IDonorService donorService,
                                    IGiftCertificateDetailService giftCertificateDetailService,
                                    IHubService hubService,
                                    IProgramService programService,
                                    ICommodityTypeService commodityTypeService)
 {
     this._receiptAllocationService     = receiptAllocationService;
     this._userProfileService           = userProfileService;
     this._commoditySourceService       = commoditySourceService;
     this._giftCertificateService       = giftCertificateService;
     this._commodityService             = commodityService;
     this._donorService                 = donorService;
     this._giftCertificateDetailService = giftCertificateDetailService;
     this._hubService           = hubService;
     this._programService       = programService;
     this._commodityTypeService = commodityTypeService;
 }
示例#7
0
 public ReceiveNewController(IUserProfileService userProfileService,
                             IReceiptAllocationService receiptAllocationService,
                             IReceiveService receiveService,
                             ICommodityService commodityService,
                             IUnitService unitService,
                             IStoreService storeService,
                             ITransactionService transactionService,
                             IDonorService donorService,
                             IHubService hub,
                             ITransporterService transporterService)
     : base(userProfileService)
 {
     _userProfileService       = userProfileService;
     _receiptAllocationService = receiptAllocationService;
     _receiveService           = receiveService;
     _commodityService         = commodityService;
     _unitService        = unitService;
     _storeService       = storeService;
     _transactionService = transactionService;
     _donorService       = donorService;
     _hub = hub;
     _transporterService = transporterService;
 }
 public ReceiveNewController(IUserProfileService userProfileService,
     IReceiptAllocationService receiptAllocationService,
     IReceiveService receiveService,
     ICommodityService commodityService,
     IUnitService unitService,
     IStoreService storeService,
     ITransactionService transactionService,
     IDonorService donorService,
     IHubService hub,
     ITransporterService transporterService)
     : base(userProfileService)
 {
     _userProfileService = userProfileService;
     _receiptAllocationService = receiptAllocationService;
     _receiveService = receiveService;
     _commodityService = commodityService;
     _unitService = unitService;
     _storeService = storeService;
     _transactionService = transactionService;
     _donorService = donorService;
     _hub = hub;
     _transporterService = transporterService;
 }
示例#9
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;
 }