コード例 #1
0
 public ActionResult <WeatherForecast> GetToday()
 {
     return(_forecastService.GetCurrent());
 }