Ejemplo n.º 1
0
 public Task <string> GetCityNameById(int cityId)
 => _geoRepository.GetCityNameAsync(cityId);