Esempio n. 1
0
 public List <Color> GetAllById(int colorId)
 {
     return(_colorDal.GetAllById(colorId));
 }