public List <GiftEntity> GetGiftList(int count) { var expression = ExtLinq.True <GiftEntity>(); return(service.IQueryable(expression).Take(count).OrderBy(t => t.F_CreatorTime).ToList()); }