public M_INV_BLL(CHubEntities db) { dal = new M_INV_DAL(db); }
public M_INV_BLL() { dal = new M_INV_DAL(); }