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