示例#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 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;
 }
示例#3
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;
 }
 public ItemReferenceInboundMgr(IItemMgr itemMgr,
                                IItemReferenceMgr itemReferenceMgr,
                                IUserMgr userMgr,
                                IPartyMgr partyMgr,
                                IDssImportHistoryMgr dssImportHistoryMgr,
                                IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr          = itemMgr;
     this.itemReferenceMgr = itemReferenceMgr;
     this.userMgr          = userMgr;
     this.partyMgr         = partyMgr;
 }
 public ItemReferenceInboundMgr(IItemMgr itemMgr,
    IItemReferenceMgr itemReferenceMgr,
     IUserMgr userMgr,
      IPartyMgr partyMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.itemReferenceMgr = itemReferenceMgr;
     this.userMgr = userMgr;
     this.partyMgr = partyMgr;
 }
 public SupplierInboundMgr(ISupplierMgr supplierMgr,
     IUserMgr userMgr,
     IShipAddressMgr shipAddressMgr,
     IBillAddressMgr billAddressMgr,
     IPartyMgr partyMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.supplierMgr = supplierMgr;
     this.userMgr = userMgr;
     this.shipAddressMgr = shipAddressMgr;
     this.billAddressMgr = billAddressMgr;
     this.partyMgr = partyMgr;
 }
 public SupplierInboundMgr(ISupplierMgr supplierMgr,
                           IUserMgr userMgr,
                           IShipAddressMgr shipAddressMgr,
                           IBillAddressMgr billAddressMgr,
                           IPartyMgr partyMgr,
                           IDssImportHistoryMgr dssImportHistoryMgr,
                           IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.supplierMgr    = supplierMgr;
     this.userMgr        = userMgr;
     this.shipAddressMgr = shipAddressMgr;
     this.billAddressMgr = billAddressMgr;
     this.partyMgr       = partyMgr;
 }
示例#8
0
 public PriceListInboundMgr(IPriceListMgr priceListMgr,
                            IUserMgr userMgr, IPartyMgr partyMgr,
                            IItemMgr itemMgr, IUomMgr uomMgr,
                            ICurrencyMgr currencyMgr, IPriceListDetailMgr priceListDetailMgr,
                            ISalesPriceListMgr salesPriceListMgr, IPurchasePriceListMgr purchasePriceListMgr,
                            IDssImportHistoryMgr dssImportHistoryMgr,
                            ISupplierMgr supplierMgr,
                            ICustomerMgr customerMgr,
                            IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.priceListMgr         = priceListMgr;
     this.userMgr              = userMgr;
     this.partyMgr             = partyMgr;
     this.itemMgr              = itemMgr;
     this.uomMgr               = uomMgr;
     this.currencyMgr          = currencyMgr;
     this.priceListDetailMgr   = priceListDetailMgr;
     this.salesPriceListMgr    = salesPriceListMgr;
     this.purchasePriceListMgr = purchasePriceListMgr;
     this.supplierMgr          = supplierMgr;
     this.customerMgr          = customerMgr;
 }
 public PriceListInboundMgr(IPriceListMgr priceListMgr,
     IUserMgr userMgr, IPartyMgr partyMgr,
     IItemMgr itemMgr, IUomMgr uomMgr,
     ICurrencyMgr currencyMgr, IPriceListDetailMgr priceListDetailMgr,
     ISalesPriceListMgr salesPriceListMgr, IPurchasePriceListMgr purchasePriceListMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     ISupplierMgr supplierMgr,
     ICustomerMgr customerMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.priceListMgr = priceListMgr;
     this.userMgr = userMgr;
     this.partyMgr = partyMgr;
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.currencyMgr = currencyMgr;
     this.priceListDetailMgr = priceListDetailMgr;
     this.salesPriceListMgr = salesPriceListMgr;
     this.purchasePriceListMgr = purchasePriceListMgr;
     this.supplierMgr = supplierMgr;
     this.customerMgr = customerMgr;
 }