Exemple #1
0
 public IEnumerable <Size> GetSizeByNotPrice(int ProductID)
 {
     return(sizeRepository.GetSizeByNotPrice(ProductID).Distinct());
 }