Esempio n. 1
0
 public async Task <WeatherModel> GetForecast()
 {
     return(await _Weather.GetForecast());
 }