Пример #1
0
 public void UpdateCar(Car car)
 {
     _carRepository.Update(car);
     _carRepository.Commit();
 }