Пример #1
0
 public bool UpdateVehicleType(VehicleType vehicleType)
 {
     return(vehicleTypes.Update(vehicleType));
 }