예제 #1
0
 public IActionResult Alterar(Projeto p)
 {
     _projetoDAO.EditarProjeto(p);
     return(RedirectToAction("Index"));
 }