Example #1
0
 public List <Product> GetByProductCat(ProductCat productCat)
 {
     return(context.GetByProductCat(productCat));
 }