コード例 #1
0
 public ActionResult Delete(Product product)
 {
     services.DeleteCategory(product);
     return(RedirectToAction("Index"));
 }