Esempio n. 1
0
 public bool UpdateCountry(Country country)
 {
     Cd.UpdateCountry(country);
     return(true);
 }