Example #1
0
 public IEnumerable <AlunoDominio> Listar(IEnumerable <FiltroDominio> filtros)
 {
     return(_operacoesRepositorio.Listar(filtros));
 }