Exemplo n.º 1
0
 public IEnumerable <TEntity> Buscar(Expression <Func <TEntity, bool> > filtro)
 {
     return(_servico.Buscar(filtro));
 }