Exemple #1
0
 public List <Brands> GetCarsByColorId(int id)
 {
     return(_brandDal.GetByColorId(b => b.Id == id));
 }