Пример #1
0
 public City GetCityByArea([FromRoute] long areaid)
 {
     return(_repo.GetCityByArea(areaid));
 }