示例#1
0
 public ActionResult DeleteConfirmedTable(int id)
 {
     manage.DeleteTable(id);
     return(RedirectToAction("TableIndex"));
 }