Example #1
0
 public IEnumerable <Color> GetListColorByProductId(int id)
 {
     return(_colorRepository.GetListColorByProductId(id));
 }