Пример #1
0
 public City GetCity(int id)
 {
     return(Repository.GetById(id));
 }