예제 #1
0
 public Task <string> GetCityNameById(int cityId)
 => _geoRepository.GetCityNameAsync(cityId);