Beispiel #1
0
 public DataTable GetAllRecords(string Search)
 {
     return(objCompanyDAL.GetAllRecords(Search));
 }