Exemplo n.º 1
0
 public byte[] BaixarPesquisa(AlunoFilter filter)
 {
     return(AlunoService.ExportarPesquisa(filter));
 }