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 ReceiveDetailController(IReceiveDetailService receiveDetailService, ICommodityService commodityService, ICommodityGradeService commodityGradeService, IReceiveService receiveService, IUnitService unitService) { _receiveDetailService = receiveDetailService; _commodityService = commodityService; _commodityGradeService = commodityGradeService; _receiveService = receiveService; _unitService = unitService; }
public ReceiveDetailController(IReceiveDetailService receiveDetailService, ICommodityService commodityService, ICommodityGradeService commodityGradeService, IReceiveService receiveService,IUnitService unitService) { _receiveDetailService = receiveDetailService; _commodityService = commodityService; _commodityGradeService = commodityGradeService; _receiveService = receiveService; _unitService = unitService; }