コード例 #1
0
        public IActionResult WeatherForecasts()
        {
            var lstWeatherForecast = _globalService.GetWeatherForecastsAsync();

            return(new ObjectResult(lstWeatherForecast));
        }