Ejemplo n.º 1
0
 public async Task <WeatherModel> GetWeatherForecast(int CityID)
 {
     return(await _getWeather.ReturnWeatherForecast(CityID));
 }
Ejemplo n.º 2
0
 public async Task <WeatherModel> GetWeatherForecast(int cityId)
 {
     return(await _getWeather.ReturnWeatherForecast(cityId));
 }