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