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; }
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; }
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; }
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; }
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; }
public OnlineMgr( ISetBaseMgr setBaseMgr, ISetDetailMgr setDetailMgr, IExecuteMgr executeMgr, IOrderMgr orderMgr ) { this.setBaseMgr = setBaseMgr; this.setDetailMgr = setDetailMgr; this.executeMgr = executeMgr; this.orderMgr = orderMgr; }
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; }
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; }
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; }
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; }
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; }
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; }
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; }
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; }
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; }
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; }
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; }
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; }