Exemplo n.º 1
0
 public IEnumerable <TEntity> GetAll()
 {
     return(_servicoBase.GetAll());
 }
Exemplo n.º 2
0
 public IQueryable <T> GetAll()
 {
     return(_servico.GetAll());
 }