public TransportationActBillMgr(ITransportationActBillDao entityDao,
                                 ICriteriaMgr criteriaMgr,
                                 IEntityPreferenceMgr entityPreferenceMgr,
                                 ITransportPriceListMgr transportPriceListMgr,
                                 ITransportPriceListDetailMgr transportPriceListDetailMgr,
                                 ICurrencyMgr currencyMgr,
                                 IBillAddressMgr billAddressMgr,
                                 IUserMgr userMgr)
     : base(entityDao)
 {
     this.criteriaMgr                 = criteriaMgr;
     this.entityPreferenceMgr         = entityPreferenceMgr;
     this.transportPriceListMgr       = transportPriceListMgr;
     this.transportPriceListDetailMgr = transportPriceListDetailMgr;
     this.currencyMgr                 = currencyMgr;
     this.billAddressMgr              = billAddressMgr;
     this.userMgr = userMgr;
 }
 public TransportationActBillMgr(ITransportationActBillDao entityDao,
     ICriteriaMgr criteriaMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     ITransportPriceListMgr transportPriceListMgr,
     ITransportPriceListDetailMgr transportPriceListDetailMgr,
     ICurrencyMgr currencyMgr,
     IBillAddressMgr billAddressMgr,
     IUserMgr userMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.transportPriceListMgr = transportPriceListMgr;
     this.transportPriceListDetailMgr = transportPriceListDetailMgr;
     this.currencyMgr = currencyMgr;
     this.billAddressMgr = billAddressMgr;
     this.userMgr = userMgr;
 }
示例#3
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;
 }