Esempio n. 1
0
 public IQueryable <Product> GetProductByCategory(long id)
 {
     return(productDAL.ByCategory(id));
 }