예제 #1
0
 protected virtual bool AssignVehicle(ParkingVehicle vehicle)
 {
     return(false);
 }
예제 #2
0
 public ParkingTicket GetParkingTicket(ParkingVehicle vehicle)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public bool UpdateParkingSlot(ParkingVehicle vehicle)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public int AssignVehicleToFreeSlot(ParkingVehicle vehicle, ParkingSpot parkingSpot)
 {
     throw new NotImplementedException();
 }