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;
 }
 public TransportationOrderMgr(ITransportationOrderDao entityDao, ITransportationRouteMgr transportationRouteMgr,
     IUserMgr userMgr, ITransportationOrderDetailMgr transportationOrderDetailMgr, INumberControlMgr numberControlMgr,
     IInProcessLocationMgr inProcessLocationMgr, IExpenseMgr expenseMgr, ICriteriaMgr criteriaMgr,
     ITransportationActBillMgr transportationActBillMgr, IBillAddressMgr billAddressMgr, IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.transportationRouteMgr = transportationRouteMgr;
     this.userMgr = userMgr;
     this.transportationOrderDetailMgr = transportationOrderDetailMgr;
     this.numberControlMgr = numberControlMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.expenseMgr = expenseMgr;
     this.criteriaMgr = criteriaMgr;
     this.transportationActBillMgr = transportationActBillMgr;
     this.billAddressMgr = billAddressMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
 public TransportationOrderMgr(ITransportationOrderDao entityDao, ITransportationRouteMgr transportationRouteMgr,
                               IUserMgr userMgr, ITransportationOrderDetailMgr transportationOrderDetailMgr, INumberControlMgr numberControlMgr,
                               IInProcessLocationMgr inProcessLocationMgr, IExpenseMgr expenseMgr, ICriteriaMgr criteriaMgr,
                               ITransportationActBillMgr transportationActBillMgr, IBillAddressMgr billAddressMgr, IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.transportationRouteMgr = transportationRouteMgr;
     this.userMgr = userMgr;
     this.transportationOrderDetailMgr = transportationOrderDetailMgr;
     this.numberControlMgr             = numberControlMgr;
     this.inProcessLocationMgr         = inProcessLocationMgr;
     this.expenseMgr  = expenseMgr;
     this.criteriaMgr = criteriaMgr;
     this.transportationActBillMgr = transportationActBillMgr;
     this.billAddressMgr           = billAddressMgr;
     this.entityPreferenceMgr      = entityPreferenceMgr;
 }
 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;
 }
 public SalesPriceListMgr(ISalesPriceListDao entityDao, ICriteriaMgr criteriaMgr, IBillAddressMgr billAddressMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.billAddressMgr = billAddressMgr;
 }
Example #8
0
 public SalesPriceListMgr(ISalesPriceListDao entityDao, ICriteriaMgr criteriaMgr, IBillAddressMgr billAddressMgr)
     : base(entityDao)
 {
     this.criteriaMgr    = criteriaMgr;
     this.billAddressMgr = billAddressMgr;
 }