Beispiel #1
0
 public List <Product> GetProductByCategory(int category)
 {
     return(ProductOperations.GetProductsByCategoryId(db, category));
 }