コード例 #1
0
 public IEnumerable <Domain.Models.WeatherForecast> Get()
 {
     return(_forecaster.GetForecast());
 }