Пример #1
0
 public bool HasStation(string stationName)
 {
     return(Stations.Exists(x => x.Name == stationName));
 }