Пример #1
0
 public void GetAllByBrand(int brandId)
 {
     _carDal.GetAllByBrand(brandId);
 }