public IEnumerable <TEntity> GetAll() { return(_servicoBase.GetAll()); }
public IQueryable <T> GetAll() { return(_servico.GetAll()); }