public SalesPriceListBaseMgr(ISalesPriceListDao entityDao)
 {
     this.entityDao = entityDao;
 }
Exemplo n.º 2
0
 public SalesPriceListMgr(ISalesPriceListDao entityDao, ICriteriaMgr criteriaMgr, IBillAddressMgr billAddressMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.billAddressMgr = billAddressMgr;
 }
Exemplo n.º 3
0
 public SalesPriceListBaseMgr(ISalesPriceListDao entityDao)
 {
     this.entityDao = entityDao;
 }
Exemplo n.º 4
0
 public SalesPriceListMgr(ISalesPriceListDao entityDao, ICriteriaMgr criteriaMgr, IBillAddressMgr billAddressMgr)
     : base(entityDao)
 {
     this.criteriaMgr    = criteriaMgr;
     this.billAddressMgr = billAddressMgr;
 }