Esempio n. 1
0
 public bool DeleteVehicleType(VehicleType vehicleType)
 {
     return(vehicleTypes.Delete(vehicleType));
 }