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