Exemplo n.º 1
0
 public PartyMgr(IPartyDao entityDao, ICriteriaMgr criteriaMgr, IRegionMgr RegionMgr, ISupplierMgr SupplierMgr, ICustomerMgr CustomerMgr, ICarrierMgr CarrierMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.RegionMgr = RegionMgr;
     this.SupplierMgr = SupplierMgr;
     this.CustomerMgr = CustomerMgr;
     this.CarrierMgr = CarrierMgr;
 }
Exemplo n.º 2
0
 public PartyMgr(IPartyDao entityDao, ICriteriaMgr criteriaMgr, IRegionMgr RegionMgr, ISupplierMgr SupplierMgr, ICustomerMgr CustomerMgr, ICarrierMgr CarrierMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.RegionMgr   = RegionMgr;
     this.SupplierMgr = SupplierMgr;
     this.CustomerMgr = CustomerMgr;
     this.CarrierMgr  = CarrierMgr;
 }
Exemplo n.º 3
0
 public CustomerInboundMgr(ICustomerMgr customerMgr,
                           IUserMgr userMgr,
                           IShipAddressMgr shipAddressMgr,
                           IBillAddressMgr billAddressMgr,
                           IPartyMgr partyMgr,
                           IDssImportHistoryMgr dssImportHistoryMgr,
                           IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.customerMgr    = customerMgr;
     this.userMgr        = userMgr;
     this.shipAddressMgr = shipAddressMgr;
     this.billAddressMgr = billAddressMgr;
     this.partyMgr       = partyMgr;
 }
Exemplo n.º 4
0
 public CustomerInboundMgr(ICustomerMgr customerMgr,
     IUserMgr userMgr,
     IShipAddressMgr shipAddressMgr,
     IBillAddressMgr billAddressMgr,
     IPartyMgr partyMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.customerMgr = customerMgr;
     this.userMgr = userMgr;
     this.shipAddressMgr = shipAddressMgr;
     this.billAddressMgr = billAddressMgr;
     this.partyMgr = partyMgr;
 }
Exemplo n.º 5
0
 public ItemFlowPlanMgr(
     IItemFlowPlanDao entityDao,
     ICriteriaMgr CriteriaMgr,
     IItemFlowPlanDetailMgr ItemFlowPlanDetailMgr,
     IItemFlowPlanTrackMgr ItemFlowPlanTrackMgr,
     ISupplyChainMgr SupplyChainMgr,
     ILocationDetailMgr LocDetMgr,
     ISupplierMgr SupplierMgr,
     IRegionMgr RegionMgr,
     ICustomerMgr CustomerMgr,
     IBomDetailMgr BomDetailMgr)
     : base(entityDao)
 {
     this.CriteriaMgr           = CriteriaMgr;
     this.ItemFlowPlanDetailMgr = ItemFlowPlanDetailMgr;
     this.ItemFlowPlanTrackMgr  = ItemFlowPlanTrackMgr;
     this.SupplyChainMgr        = SupplyChainMgr;
     this.LocDetMgr             = LocDetMgr;
     this.SupplierMgr           = SupplierMgr;
     this.RegionMgr             = RegionMgr;
     this.CustomerMgr           = CustomerMgr;
     this.BomDetailMgr          = BomDetailMgr;
 }
Exemplo n.º 6
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;
 }
Exemplo n.º 7
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;
 }