Esempio n. 1
0
 public List <Car> GetCarsByBrandId(int brandID)
 {
     return(_carDal.GetAllByBrandID(brandID));
 }