Beispiel #1
0
 public List <Aluno> ObterTodosOsAlunos(String pesquisa)
 {
     _alunoDao = new AlunoDao();
     return(_alunoDao.ConsultarTodosOsAlunos(pesquisa));
 }