Esempio n. 1
0
 internal City Create(City city)
 {
     return(_repo.Create(city));
 }