Exemple #1
0
 public async Task UpdateModelAsync(IVehicleModelEntity vehicleModel)
 {
     await _modelRepository.EditAsync(vehicleModel);
 }