public PurchasePriceListBaseMgr(IPurchasePriceListDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public PurchasePriceListBaseMgr(IPurchasePriceListDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public PurchasePriceListMgr(IPurchasePriceListDao entityDao, ICriteriaMgr criteriaMgr, IBillAddressMgr billAddressMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.billAddressMgr = billAddressMgr;
 }
예제 #4
0
 public PurchasePriceListMgr(IPurchasePriceListDao entityDao, ICriteriaMgr criteriaMgr, IBillAddressMgr billAddressMgr)
     : base(entityDao)
 {
     this.criteriaMgr    = criteriaMgr;
     this.billAddressMgr = billAddressMgr;
 }