Exemplo n.º 1
0
 public static Station GetStation(int id)
 {
     return(StationList.First(s => s.Id == id));
 }