Exemplo n.º 1
0
        public ActionResult Excluir(Aluno aluno)
        {
            _aluno.Deletar(aluno);

            return(View());
        }