Exemplo n.º 1
0
 public FilterResultDTO <AlunoDTO> FiltrarAlunos(AlunoFilter filter)
 {
     return(AlunoService.FiltrarAlunos(filter));
 }