예제 #1
0
 public Cities GetCityByID(int city_id)
 {
     return(_cityRepo.GetByID(city_id));
 }