Example #1
0
 public bool DeleteOrderedProduct(int id)
 {
     return(context.DeleteOrderedProduct(id));
 }