Ejemplo n.º 1
0
 public IEnumerable <Size> GetAllByProduct(int ProductID)
 {
     return(sizeRepository.GetSizeByProduct(ProductID).Distinct());
 }