Exemplo n.º 1
0
 public IEnumerable <Professor> Delete(Guid id)
 {
     repo.Excluir(id);
     return(repo.SelecionarTudo());
 }