Пример #1
0
 public bool IsSnowing()
 {
     return(Forecast.Any(storm => storm.IsInitialized && storm.TypeofStorm == StormType.SnowStorm));
 }