Beispiel #1
0
 public string Get()
 {
     _bus.Ride();
     _bus.Board();
     _bus.Exit();
     return("You rode the bus");
 }