Esempio n. 1
0
 public IQueryable <WeatherForecast> GetWeatherForecasts()
 {
     return(_weatherForecastRepository.GetWeatherForecasts());
 }
Esempio n. 2
0
 public IEnumerable <WeatherForecast> Get()
 {
     return(_repository.GetWeatherForecasts());
 }