Exemple #1
0
 public int AddType(VehicleType vehicleTypeEntity)
 {
     return(vehicleRepository.AddType(vehicleTypeEntity));
 }