Exemplo n.º 1
0
 public Aluno DetalharPorNome(string busca)
 {
     return(_alunoRepositorio.DetalharPorNome(busca));
 }