Exemplo n.º 1
0
 public Task <IEnumerable <Aluno> > GetAlunoByNome(string nome)
 {
     return(_alunoRepository.GetAlunoByNome(nome));
 }