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