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