Ejemplo n.º 1
0
 public int AddTrip(TripDetails trip)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void NotifyTripStateChange(TripDetails trip)
 {
     throw new NotImplementedException();
 }