Example #1
0
 public bool Park(Vehicle v)
 {
     return(garage.Park(v));
 }