Пример #1
0
 public Day(string name, Weather weather)
 {
     this.Name        = name;
     this.Condition   = weather.CreateDailyCondition();
     this.Temperature = weather.CreateDailyTemperature();
 }