コード例 #1
0
 public FourteenDayForecastStrategy(WeatherForecast weatherForecast)
 {
     _weatherForecast = weatherForecast;
 }
コード例 #2
0
 public ThreeDayForecastStrategy(WeatherForecast weatherForecast)
 {
     _weatherForecast = weatherForecast;
 }
コード例 #3
0
 public HourlyForecastStrategy(WeatherForecast weatherForecast)
 {
     _weatherForecast = weatherForecast;
 }