コード例 #1
0
        public void RequestRestApiProjectweatherAPI()
        {
            var ClientName = _httpContext.HttpContext.Items["ClientName"];
            IEnumerable <WeatherForecast> weatherForecasts;

            weatherForecasts = _weatherForecastController.GetweatherList();
        }