Exemplo n.º 1
0
 public void DeletarAluno(Guid id)
 {
     _alunoservice.DeletarAluno(id);
     Commit();
 }