Пример #1
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;
 }
Пример #2
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;
 }