示例#1
0
 public IEnumerable <Product> GetCategoryProducts(string category, int page)
 {
     return(context.GetCategoryProducts(category, page));
 }