Esempio n. 1
0
 public DataTable GetRecord(int ID)
 {
     return(objCountryDAL.GetRecord(ID));
 }