Пример #1
0
 //calculates how many customers based on weather
 public void DetermineCustomerVisits(Day day, Store store)
 {
     store.DetermineCustomers(day.weather.accurateWeather[day.weather.dayCounter]);
 }