示例#1
0
 public ActionResult Delete(int id)
 {
     dao.DeletarRegistro(id);
     return(RedirectToAction("Index"));
 }