Beispiel #1
0
 public DataTable SearchAll()
 {
     DataTable tbResult = new DataTable();
     cProducts objDAL = new cProducts();
     tbResult = objDAL.SearchAll();
     return tbResult;
 }