Пример #1
0
 private IQueryable <Aluno> listarAlunosSemTurma()
 {
     return(alunoServico.listarAlunosSemTurma());
 }