Пример #1
0
 public IEnumerable <City> GetByCountyId(int id)
 {
     return(Repository.GetByCountyId(id));
 }