Ejemplo n.º 1
0
        public async Task OnLoadWeatherForecast()
        {
            WeatherForecast = await WeatherApi.GetWeatherForecast(Name);

            WeatherNow = await WeatherApi.GetWeatherNow(Name);

            OnCalculateWeatherByDays();
        }