Exemple #1
0
 public FourteenDayForecastStrategy(WeatherForecast weatherForecast)
 {
     _weatherForecast = weatherForecast;
 }
 public ThreeDayForecastStrategy(WeatherForecast weatherForecast)
 {
     _weatherForecast = weatherForecast;
 }
 public HourlyForecastStrategy(WeatherForecast weatherForecast)
 {
     _weatherForecast = weatherForecast;
 }