Example #1
0
 public DataTable SelectAll()
 {
     _objACTDAL = new LP_FinishProduct_DAL();
     return(_objACTDAL.SelectAll());
 }