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