Ejemplo n.º 1
0
 public static DataTable Country_GetById(string Id)
 {
     return(db.Country_GetById(Id));
 }