Пример #1
0
 public IActionResult GetByCity(int cityId)
 {
     return(Ok(_countyRepository.GetCountyByCityId(cityId)));
 }