コード例 #1
0
ファイル: LocationMgr.cs プロジェクト: Novthirteen/yfkey-scms
 public LocationMgr(ILocationDao entityDao,
     ILocationLotDetailMgr locationLotDetailMgr,
     INumberControlMgr numberControlMgr,
     ICriteriaMgr criteriaMgr,
     ILocationTransactionMgr locationTransactionMgr,
     IRegionMgr regionMgr,
     IUserMgr userMgr,
     IPlannedBillMgr plannedBillMgr,
     IStorageBinMgr storageBinMgr,
     IHuMgr huMgr,
     IBillMgr billMgr,
     IItemMgr itemMgr)
     : base(entityDao)
 {
     this.numberControlMgr = numberControlMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.criteriaMgr = criteriaMgr;
     this.locationTransactionMgr = locationTransactionMgr;
     this.regionMgr = regionMgr;
     this.userMgr = userMgr;
     this.plannedBillMgr = plannedBillMgr;
     this.storageBinMgr = storageBinMgr;
     this.huMgr = huMgr;
     this.billMgr = billMgr;
     this.itemMgr = itemMgr;
 }
コード例 #2
0
 public BillMgr(IBillDao entityDao,
                IBillDetailMgr billDetailMgr,
                IActingBillMgr actingBillMgr,
                INumberControlMgr numberControlMgr,
                IUserMgr userMgr,
                ILocationLotDetailMgr locationLotDetailMgr,
                IEntityPreferenceMgr entityPreferenceMgr,
                IPlannedBillMgr plannedBillMgr,
                IBillTransactionMgr billTransactionMgr,
                ICriteriaMgr criteriaMgr,
                IPriceListDetailMgr priceListDetailMgr)
     : base(entityDao)
 {
     this.actingBillMgr        = actingBillMgr;
     this.numberControlMgr     = numberControlMgr;
     this.billDetailMgr        = billDetailMgr;
     this.userMgr              = userMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.entityPreferenceMgr  = entityPreferenceMgr;
     this.plannedBillMgr       = plannedBillMgr;
     this.billTransactionMgr   = billTransactionMgr;
     this.criteriaMgr          = criteriaMgr;
     this.priceListDetailMgr   = priceListDetailMgr;
 }
コード例 #3
0
ファイル: BillMgr.cs プロジェクト: Novthirteen/yfkey-scms
 public BillMgr(IBillDao entityDao,
     IBillDetailMgr billDetailMgr,
     IActingBillMgr actingBillMgr,
     INumberControlMgr numberControlMgr,
     IUserMgr userMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
       IEntityPreferenceMgr entityPreferenceMgr,
     IPlannedBillMgr plannedBillMgr,
     IBillTransactionMgr billTransactionMgr,
     ICriteriaMgr criteriaMgr,
     IPriceListDetailMgr priceListDetailMgr)
     : base(entityDao)
 {
     this.actingBillMgr = actingBillMgr;
     this.numberControlMgr = numberControlMgr;
     this.billDetailMgr = billDetailMgr;
     this.userMgr = userMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.plannedBillMgr = plannedBillMgr;
     this.billTransactionMgr = billTransactionMgr;
     this.criteriaMgr = criteriaMgr;
     this.priceListDetailMgr = priceListDetailMgr;
 }
コード例 #4
0
ファイル: OrderMgr.cs プロジェクト: Novthirteen/yfkey-scms
 public OrderMgr(IUserMgr userMgr,
     IOrderHeadMgr orderHeadMgr,
     IOrderDetailMgr orderDetailMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IOrderOperationMgr orderOperationMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IFlowMgr flowMgr,
     IFlowDetailMgr flowDetailMgr,
     INumberControlMgr numberControlMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     IInProcessLocationDetailMgr inProcessLocationDetailMgr,
     IAutoOrderTrackMgr autoOrderTrackMgr,
     IReceiptMgr receiptMgr,
     IFlowBindingMgr flowBindingMgr,
     IUomConversionMgr uomConversionMgr,
     IItemKitMgr itemKitMgr,
     IWorkingHoursMgr workingHoursMgr,
     IOrderBindingMgr orderBindingMgr,
     ILocationMgr locationMgr,
     IPickListMgr pickListMgr,
     IPickListResultMgr pickListResultMgr,
     IShiftMgr shiftMgr,
     IOrderPlannedBackflushMgr orderPlannedBackflushMgr,
     IActingBillMgr actingBillMgr,
     IPlannedBillMgr plannedBillMgr,
     ICriteriaMgr criteriaMgr,
     IHuMgr huMgr,
     IPriceListDetailMgr priceListDetailMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IOrderTracerMgr orderTracerMgr,
     ITransportationActBillMgr transportationActBillMgr)
 {
     this.userMgr = userMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.orderDetailMgr = orderDetailMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.orderOperationMgr = orderOperationMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.flowMgr = flowMgr;
     this.flowDetailMgr = flowDetailMgr;
     this.numberControlMgr = numberControlMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.inProcessLocationDetailMgr = inProcessLocationDetailMgr;
     this.autoOrderTrackMgr = autoOrderTrackMgr;
     this.receiptMgr = receiptMgr;
     this.flowBindingMgr = flowBindingMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.itemKitMgr = itemKitMgr;
     this.workingHoursMgr = workingHoursMgr;
     this.orderBindingMgr = orderBindingMgr;
     this.locationMgr = locationMgr;
     this.pickListMgr = pickListMgr;
     this.pickListResultMgr = pickListResultMgr;
     this.shiftMgr = shiftMgr;
     this.orderPlannedBackflushMgr = orderPlannedBackflushMgr;
     this.actingBillMgr = actingBillMgr;
     this.plannedBillMgr = plannedBillMgr;
     this.criteriaMgr = criteriaMgr;
     this.huMgr = huMgr;
     this.priceListDetailMgr = priceListDetailMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.orderTracerMgr = orderTracerMgr;
     this.transportationActBillMgr = transportationActBillMgr;
 }