Example #1
0
 private bool IsAlreadyParked(string numberPlate)
 {
     return(vehiclesRepository.FindVehicle(numberPlate));
 }