Пример #1
0
 private void DeleteCarBrand(CarsRepository repository, long carBrandId)
 {
     repository.DeleteCarBrand(carBrandId);
 }