예제 #1
0
 public string DeleteCountries(int id)
 {
     return(country.DeleteCountries(id));
 }