示例#1
0
 public ActionResult DeleteConfirmed(int id)
 {
     ProjectHelper.DeleteProject(id);
     return(RedirectToAction("Index", "Manage"));
 }