Example #1
0
 public ActionResult DeleteProductShopping(int id)
 {
     Shopping.DeletePurchase(id);
     return(RedirectToAction("ShoppingList"));
 }