Esempio n. 1
0
 public bool UpdateCity(City city)
 {
     Cd.UpdateCity(city);
     return(true);
 }