Example #1
0
 public IEnumerable <Color> GetAllByProduct(int ProductID)
 {
     return(_colorRepository.GetColorByProduct(ProductID).Distinct());
 }