コード例 #1
0
 public ActionResult Delete(int?id)
 {
     db.DeleteById((int)id);
     return(RedirectToAction("DeleteArticle", "Article", "Author"));
 }