Exemple #1
0
 private bool VehicleExists(int id)
 {
     return(_vehicleLogic.VehicleExists(id));
 }