Exemplo n.º 1
0
 public IQueryable <App> Buscar(Expression <Func <App, bool> > predicado)
 {
     return(_appRepository.Buscar(predicado));
 }