public RPT_MODULBLL(int factoryID) { dal = new RPT_MODULDAL(factoryID); }
public RPT_MODULBLL(DBHelper DB) { dal = new RPT_MODULDAL(DB); }