Exemple #1
0
 public Weather GetTomorrowWeather(int cityId)
 {
     return(dbo.GetWeather(DateTime.Now.AddDays(1).Date, cityId));
 }