示例#1
0
 public ShipMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IOrderMgr orderMgr,
     IOrderHeadMgr orderHeadMgr,
     IExecuteMgr executeMgr,
     ILanguageMgr languageMgr,
     IReportMgr reportMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     IPickListResultMgr pickListResultMgr,
     IHuMgr huMgr,
     IFlowMgr flowMgr,
     IPartyMgr partyMgr,
     IPickListMgr pickListMgr
     )
     : base()
 {
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.orderMgr             = orderMgr;
     this.orderHeadMgr         = orderHeadMgr;
     this.executeMgr           = executeMgr;
     this.languageMgr          = languageMgr;
     this.reportMgr            = reportMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.pickListResultMgr    = pickListResultMgr;
     this.huMgr       = huMgr;
     this.flowMgr     = flowMgr;
     this.partyMgr    = partyMgr;
     this.pickListMgr = pickListMgr;
 }
示例#2
0
 public StockTakingMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ICycleCountMgr cycleCountMgr,
     ICycleCountDetailMgr cycleCountDetailMgr,
     ILanguageMgr languageMgr,
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IItemMgr itemMgr,
     IUserMgr userMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.cycleCountMgr = cycleCountMgr;
     this.cycleCountDetailMgr = cycleCountDetailMgr;
     this.languageMgr = languageMgr;
     this.huMgr = huMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.itemMgr = itemMgr;
     this.userMgr = userMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationMgr = locationMgr;
 }
示例#3
0
 public MaterialInMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IUserMgr userMgr,
     IItemMgr itemMgr,
     ILocationMgr locationMgr,
     IProductLineInProcessLocationDetailMgr productLineInProcessLocationDetailMgr,
     ILanguageMgr languageMgr,
     IBomDetailMgr bomDetailMgr,
     IHuMgr huMgr,
     IFlowMgr flowMgr,
     IRoutingDetailMgr routingDetailMgr
     )
 {
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.executeMgr           = executeMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.userMgr     = userMgr;
     this.itemMgr     = itemMgr;
     this.locationMgr = locationMgr;
     this.productLineInProcessLocationDetailMgr = productLineInProcessLocationDetailMgr;
     this.languageMgr      = languageMgr;
     this.bomDetailMgr     = bomDetailMgr;
     this.huMgr            = huMgr;
     this.flowMgr          = flowMgr;
     this.routingDetailMgr = routingDetailMgr;
 }
示例#4
0
 public ReceiveMgr(
     ILanguageMgr languageMgr,
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IOrderHeadMgr orderHeadMgr,
     IOrderMgr orderMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IHuMgr huMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IPartyMgr partyMgr
     )
     : base()
 {
     this.languageMgr          = languageMgr;
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.executeMgr           = executeMgr;
     this.orderHeadMgr         = orderHeadMgr;
     this.orderMgr             = orderMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.huMgr = huMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.partyMgr = partyMgr;
 }
示例#5
0
 public StockTakingMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ICycleCountMgr cycleCountMgr,
     ICycleCountDetailMgr cycleCountDetailMgr,
     ILanguageMgr languageMgr,
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IItemMgr itemMgr,
     IUserMgr userMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr
     )
 {
     this.setBaseMgr          = setBaseMgr;
     this.setDetailMgr        = setDetailMgr;
     this.executeMgr          = executeMgr;
     this.cycleCountMgr       = cycleCountMgr;
     this.cycleCountDetailMgr = cycleCountDetailMgr;
     this.languageMgr         = languageMgr;
     this.huMgr = huMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.itemMgr       = itemMgr;
     this.userMgr       = userMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationMgr   = locationMgr;
 }
示例#6
0
 public ReceiveMgr(
     ILanguageMgr languageMgr,
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IOrderHeadMgr orderHeadMgr,
     IOrderMgr orderMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IHuMgr huMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IPartyMgr partyMgr
     )
     : base()
 {
     this.languageMgr = languageMgr;
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.orderMgr = orderMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.huMgr = huMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.partyMgr = partyMgr;
 }
示例#7
0
 public TransferMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IFlowMgr flowMgr,
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IItemMgr itemMgr,
     IOrderDetailMgr orderDetailMgr,
     IOrderMgr orderMgr,
     ILanguageMgr languageMgr,
     IReceiptDetailMgr receiptDetailMgr,
     IReportMgr reportMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr
     )
 {
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.executeMgr           = executeMgr;
     this.flowMgr              = flowMgr;
     this.huMgr                = huMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.itemMgr              = itemMgr;
     this.orderDetailMgr       = orderDetailMgr;
     this.orderMgr             = orderMgr;
     this.languageMgr          = languageMgr;
     this.receiptDetailMgr     = receiptDetailMgr;
     this.reportMgr            = reportMgr;
     this.storageBinMgr        = storageBinMgr;
     this.locationMgr          = locationMgr;
 }
示例#8
0
 public TransferMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IFlowMgr flowMgr,
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IItemMgr itemMgr,
     IOrderDetailMgr orderDetailMgr,
     IOrderMgr orderMgr,
     ILanguageMgr languageMgr,
     IReceiptDetailMgr receiptDetailMgr,
     IReportMgr reportMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.flowMgr = flowMgr;
     this.huMgr = huMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.itemMgr = itemMgr;
     this.orderDetailMgr = orderDetailMgr;
     this.orderMgr = orderMgr;
     this.languageMgr = languageMgr;
     this.receiptDetailMgr = receiptDetailMgr;
     this.reportMgr = reportMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationMgr = locationMgr;
 }
示例#9
0
 public MaterialInMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IUserMgr userMgr,
     IItemMgr itemMgr,
     ILocationMgr locationMgr,
     IProductLineInProcessLocationDetailMgr productLineInProcessLocationDetailMgr,
     ILanguageMgr languageMgr,
     IBomDetailMgr bomDetailMgr,
     IHuMgr huMgr,
     IFlowMgr flowMgr,
     IRoutingDetailMgr routingDetailMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.userMgr = userMgr;
     this.itemMgr = itemMgr;
     this.locationMgr = locationMgr;
     this.productLineInProcessLocationDetailMgr = productLineInProcessLocationDetailMgr;
     this.languageMgr = languageMgr;
     this.bomDetailMgr = bomDetailMgr;
     this.huMgr = huMgr;
     this.flowMgr = flowMgr;
     this.routingDetailMgr = routingDetailMgr;
 }
示例#10
0
 public OnlineMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IOrderMgr orderMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.orderMgr = orderMgr;
 }
示例#11
0
 public OnlineMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IOrderMgr orderMgr
     )
 {
     this.setBaseMgr   = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr   = executeMgr;
     this.orderMgr     = orderMgr;
 }
示例#12
0
 public PickListOnlineMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IPickListMgr pickListMgr,
     IUserMgr userMgr
     )
 {
     this.setBaseMgr   = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr   = executeMgr;
     this.pickListMgr  = pickListMgr;
     this.userMgr      = userMgr;
 }
示例#13
0
 public PickupMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ILocationMgr locationMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.executeMgr           = executeMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.locationMgr          = locationMgr;
     this.languageMgr          = languageMgr;
 }
示例#14
0
 public InspectMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IInspectOrderMgr inspectOrderMgr,
     ILanguageMgr languageMgr,
     IHuMgr huMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.inspectOrderMgr = inspectOrderMgr;
     this.languageMgr = languageMgr;
     this.huMgr = huMgr;
 }
示例#15
0
 public DevanningMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IRepackMgr repackMgr,
     IUserMgr userMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.repackMgr = repackMgr;
     this.userMgr = userMgr;
     this.languageMgr = languageMgr;
 }
示例#16
0
 public InspectMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IInspectOrderMgr inspectOrderMgr,
     ILanguageMgr languageMgr,
     IHuMgr huMgr
     )
 {
     this.setBaseMgr      = setBaseMgr;
     this.setDetailMgr    = setDetailMgr;
     this.executeMgr      = executeMgr;
     this.inspectOrderMgr = inspectOrderMgr;
     this.languageMgr     = languageMgr;
     this.huMgr           = huMgr;
 }
示例#17
0
 public PickupMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ILocationMgr locationMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.locationMgr = locationMgr;
     this.languageMgr = languageMgr;
 }
示例#18
0
 public DevanningMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IRepackMgr repackMgr,
     IUserMgr userMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr   = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr   = executeMgr;
     this.repackMgr    = repackMgr;
     this.userMgr      = userMgr;
     this.languageMgr  = languageMgr;
 }
示例#19
0
 public InspectionMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IUserMgr userMgr,
     IInspectOrderMgr inspectOrderMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.userMgr = userMgr;
     this.inspectOrderMgr = inspectOrderMgr;
     this.languageMgr = languageMgr;
 }
示例#20
0
 public InspectionMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IUserMgr userMgr,
     IInspectOrderMgr inspectOrderMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.userMgr = userMgr;
     this.inspectOrderMgr = inspectOrderMgr;
     this.languageMgr = languageMgr;
 }
示例#21
0
 public FlushBackMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IProductLineInProcessLocationDetailMgr productLineInProcessLocationDetailMgr,
     IUserMgr userMgr,
     ILanguageMgr languageMgr,
     IHuMgr huMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.productLineInProcessLocationDetailMgr = productLineInProcessLocationDetailMgr;
     this.userMgr = userMgr;
     this.languageMgr = languageMgr;
     this.huMgr = huMgr;
 }
示例#22
0
 public FlushBackMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IProductLineInProcessLocationDetailMgr productLineInProcessLocationDetailMgr,
     IUserMgr userMgr,
     ILanguageMgr languageMgr,
     IHuMgr huMgr
     )
 {
     this.setBaseMgr   = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr   = executeMgr;
     this.productLineInProcessLocationDetailMgr = productLineInProcessLocationDetailMgr;
     this.userMgr     = userMgr;
     this.languageMgr = languageMgr;
     this.huMgr       = huMgr;
 }
示例#23
0
 public PutAwayMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ILanguageMgr languageMgr,
     IStorageBinMgr storageBinMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ILocationMgr locationMgr,
     IHuMgr huMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.languageMgr = languageMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.locationMgr = locationMgr;
     this.huMgr = huMgr;
 }
示例#24
0
 public RepackageMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IRepackMgr repackMgr,
     IUserMgr userMgr,
     ILanguageMgr languageMgr,
     IReportMgr reportMgr,
     IEntityPreferenceMgr entityPreferenceMgr
     )
 {
     this.setBaseMgr          = setBaseMgr;
     this.setDetailMgr        = setDetailMgr;
     this.executeMgr          = executeMgr;
     this.repackMgr           = repackMgr;
     this.userMgr             = userMgr;
     this.languageMgr         = languageMgr;
     this.reportMgr           = reportMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
示例#25
0
 public ReturnMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IHuMgr huMgr,
     IFlowMgr flowMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr,
     ILocationLotDetailMgr locationLotDetailMgr
     )
 {
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.executeMgr           = executeMgr;
     this.huMgr                = huMgr;
     this.flowMgr              = flowMgr;
     this.storageBinMgr        = storageBinMgr;
     this.locationMgr          = locationMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
 }
示例#26
0
 public ReturnMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IHuMgr huMgr,
     IFlowMgr flowMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr,
     ILocationLotDetailMgr locationLotDetailMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.huMgr = huMgr;
     this.flowMgr = flowMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationMgr = locationMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
 }
示例#27
0
 public RepackageMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IRepackMgr repackMgr,
     IUserMgr userMgr,
     ILanguageMgr languageMgr,
     IReportMgr reportMgr,
     IEntityPreferenceMgr entityPreferenceMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.repackMgr = repackMgr;
     this.userMgr = userMgr;
     this.languageMgr = languageMgr;
     this.reportMgr = reportMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
示例#28
0
 public PutAwayMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ILanguageMgr languageMgr,
     IStorageBinMgr storageBinMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ILocationMgr locationMgr,
     IHuMgr huMgr
     )
 {
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.executeMgr           = executeMgr;
     this.languageMgr          = languageMgr;
     this.storageBinMgr        = storageBinMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.locationMgr          = locationMgr;
     this.huMgr = huMgr;
 }
示例#29
0
 public PickMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IPickListMgr pickListMgr,
     ILanguageMgr languageMgr,
     IPickListDetailMgr pickListDetailMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ICriteriaMgr criteriaMgr,
     IReportMgr reportMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.pickListMgr = pickListMgr;
     this.languageMgr = languageMgr;
     this.pickListDetailMgr = pickListDetailMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.criteriaMgr = criteriaMgr;
     this.reportMgr = reportMgr;
 }
示例#30
0
 public PickMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IPickListMgr pickListMgr,
     ILanguageMgr languageMgr,
     IPickListDetailMgr pickListDetailMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ICriteriaMgr criteriaMgr,
     IReportMgr reportMgr
     )
 {
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.executeMgr           = executeMgr;
     this.pickListMgr          = pickListMgr;
     this.languageMgr          = languageMgr;
     this.pickListDetailMgr    = pickListDetailMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.criteriaMgr          = criteriaMgr;
     this.reportMgr            = reportMgr;
 }
示例#31
0
 public OfflineMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IEmployeeMgr employeeMgr,
     IOrderMgr orderMgr,
     IOrderHeadMgr orderHeadMgr,
     IReportMgr reportMgr,
     IHuMgr huMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.employeeMgr = employeeMgr;
     this.orderMgr = orderMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.reportMgr = reportMgr;
     this.huMgr = huMgr;
     this.languageMgr = languageMgr;
 }
示例#32
0
 public OfflineMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IEmployeeMgr employeeMgr,
     IOrderMgr orderMgr,
     IOrderHeadMgr orderHeadMgr,
     IReportMgr reportMgr,
     IHuMgr huMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr   = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr   = executeMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.employeeMgr  = employeeMgr;
     this.orderMgr     = orderMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.reportMgr    = reportMgr;
     this.huMgr        = huMgr;
     this.languageMgr  = languageMgr;
 }
示例#33
0
 public ReuseMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IFlowMgr flowMgr,
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ILanguageMgr languageMgr,
     IOrderMgr orderMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IUserMgr userMgr
     )
 {
     this.setBaseMgr                  = setBaseMgr;
     this.setDetailMgr                = setDetailMgr;
     this.executeMgr                  = executeMgr;
     this.flowMgr                     = flowMgr;
     this.huMgr                       = huMgr;
     this.locationLotDetailMgr        = locationLotDetailMgr;
     this.languageMgr                 = languageMgr;
     this.orderMgr                    = orderMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.userMgr                     = userMgr;
 }
示例#34
0
 public ReuseMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IFlowMgr flowMgr,
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ILanguageMgr languageMgr,
     IOrderMgr orderMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IUserMgr userMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.flowMgr = flowMgr;
     this.huMgr = huMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.languageMgr = languageMgr;
     this.orderMgr = orderMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.userMgr = userMgr;
 }