Exemple #1
0
        public IEnumerable <WeatherForecast> Get()
        {
            var weatherForecastService = new WeatherForecastService(_connectionString);

            return(weatherForecastService.Query().ToArray());
        }