Exemple #1
0
 public IEnumerable <ProductSize> GetAllProductSizesbyProduct(int n)
 {
     return(_ProductSizesRepository.Query().Select().Where(u => u.ProductId == n));
 }