Exemplo n.º 1
0
        public IActionResult GetWeather(string id)
        {
            var weathers = _cityService.GetWeatherIdCity(id);

            return(Ok(weathers));
        }