Exemplo n.º 1
0
 public Lane GetLane(int id)
 {
     return(Lanes.Single(x => x.Id == id));
 }