Ejemplo n.º 1
0
 public DataTable SelectAll()
 {
     _objLP_Inv_DAL = new Inventory_DAL();
     return(_objLP_Inv_DAL.SelectAll());
 }