示例#1
0
 public DataTable GetAllRecords(string Search)
 {
     return(objCountryDAL.GetAllRecords(Search));
 }