Пример #1
0
 public IEnumerable <Region> GetRegionsByCountry(int id)
 {
     return(_repository.GetRegionsByCountry(id));
 }