Ejemplo n.º 1
0
 public IActionResult Remover(int?id)
 {
     _projetoDAO.RemoverProjeto(id);
     return(RedirectToAction("ListagemProjetos"));
 }