Beispiel #1
0
 public void GetAllByColor(int colorId)
 {
     _carDal.GetAllByColor(colorId);
 }
Beispiel #2
0
 public List <Car> GetAllByColor(int colorId)
 {
     return(_carDal.GetAllByColor(colorId));
 }