コード例 #1
0
 public TransportationBillMgr(ITransportationBillDao entityDao,
     ITransportationBillDetailMgr transportationBillDetailMgr,
     ITransportationActBillMgr transportationActBillMgr,
     INumberControlMgr numberControlMgr,
     IUserMgr userMgr)
     : base(entityDao)
 {
     this.transportationBillDetailMgr = transportationBillDetailMgr;
     this.transportationActBillMgr = transportationActBillMgr;
     this.numberControlMgr = numberControlMgr;
     this.userMgr = userMgr;
 }
コード例 #2
0
 public TransportationBillMgr(ITransportationBillDao entityDao,
                              ITransportationBillDetailMgr transportationBillDetailMgr,
                              ITransportationActBillMgr transportationActBillMgr,
                              INumberControlMgr numberControlMgr,
                              IUserMgr userMgr)
     : base(entityDao)
 {
     this.transportationBillDetailMgr = transportationBillDetailMgr;
     this.transportationActBillMgr    = transportationActBillMgr;
     this.numberControlMgr            = numberControlMgr;
     this.userMgr = userMgr;
 }
コード例 #3
0
 public TransportationOrderMgr(ITransportationOrderDao entityDao, ITransportationRouteMgr transportationRouteMgr,
     IUserMgr userMgr, ITransportationOrderDetailMgr transportationOrderDetailMgr, INumberControlMgr numberControlMgr,
     IInProcessLocationMgr inProcessLocationMgr, IExpenseMgr expenseMgr, ICriteriaMgr criteriaMgr,
     ITransportationActBillMgr transportationActBillMgr, IBillAddressMgr billAddressMgr, IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.transportationRouteMgr = transportationRouteMgr;
     this.userMgr = userMgr;
     this.transportationOrderDetailMgr = transportationOrderDetailMgr;
     this.numberControlMgr = numberControlMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.expenseMgr = expenseMgr;
     this.criteriaMgr = criteriaMgr;
     this.transportationActBillMgr = transportationActBillMgr;
     this.billAddressMgr = billAddressMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
コード例 #4
0
 public TransportationOrderMgr(ITransportationOrderDao entityDao, ITransportationRouteMgr transportationRouteMgr,
                               IUserMgr userMgr, ITransportationOrderDetailMgr transportationOrderDetailMgr, INumberControlMgr numberControlMgr,
                               IInProcessLocationMgr inProcessLocationMgr, IExpenseMgr expenseMgr, ICriteriaMgr criteriaMgr,
                               ITransportationActBillMgr transportationActBillMgr, IBillAddressMgr billAddressMgr, IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.transportationRouteMgr = transportationRouteMgr;
     this.userMgr = userMgr;
     this.transportationOrderDetailMgr = transportationOrderDetailMgr;
     this.numberControlMgr             = numberControlMgr;
     this.inProcessLocationMgr         = inProcessLocationMgr;
     this.expenseMgr  = expenseMgr;
     this.criteriaMgr = criteriaMgr;
     this.transportationActBillMgr = transportationActBillMgr;
     this.billAddressMgr           = billAddressMgr;
     this.entityPreferenceMgr      = entityPreferenceMgr;
 }
コード例 #5
0
 public TPriceList2TActBillJob(
     ITransportationActBillMgr transportationActBillMgr)
 {
     this.transportationActBillMgr = transportationActBillMgr;
 }
コード例 #6
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;
 }
コード例 #7
0
 public TPriceList2TActBillJob(
     ITransportationActBillMgr transportationActBillMgr)
 {
     this.transportationActBillMgr = transportationActBillMgr;
 }