コード例 #1
0
 public ActionResult ExcluirAtividade(int id)
 {
     AtividadeDAO.Remover(id);
     return(RedirectToAction("Index", "Home"));
 }