Пример #1
0
 public IQueryable <UserScoreRule> GetEntityList(IList <Condtion> condtions, OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <UserScoreRule>(condtions, orderCondtion));
 }
Пример #2
0
 public IQueryable <SysMessage> GetEntityList(OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <SysMessage>(orderCondtion));
 }
Пример #3
0
 public IQueryable <UserAttention> GetEntityList(Condtion condtion, OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <UserAttention>(condtion, orderCondtion));
 }
Пример #4
0
 public IQueryable <UserScoreRule> GetEntityList(OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <UserScoreRule>(orderCondtion));
 }
Пример #5
0
 public IQueryable <SmsRecord> GetEntityList(IList <Condtion> condtions, OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <SmsRecord>(condtions, orderCondtion));
 }
Пример #6
0
 public IQueryable <UserSpecialSon> GetEntityList(IList <Condtion> condtions, OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <UserSpecialSon>(condtions, orderCondtion));
 }
Пример #7
0
 public IQueryable <VideoPrereview> GetEntityList(IList <Condtion> condtions, OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <VideoPrereview>(condtions, orderCondtion));
 }
Пример #8
0
 public IQueryable <UserFans> GetEntityList(OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <UserFans>(orderCondtion));
 }
Пример #9
0
 public IQueryable <ManageLog> GetEntityList(IList <Condtion> condtions, OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <ManageLog>(condtions, orderCondtion));
 }
Пример #10
0
 public IQueryable <VideoPrereview> GetEntityList(OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <VideoPrereview>(orderCondtion));
 }
Пример #11
0
 public IQueryable <ManageLog> GetEntityList(OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <ManageLog>(orderCondtion));
 }
Пример #12
0
 public IQueryable <UserRecommend> GetEntityList(IList <Condtion> condtions, OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <UserRecommend>(condtions, orderCondtion));
 }
Пример #13
0
 public IQueryable <UserRecommend> GetEntityList(OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <UserRecommend>(orderCondtion));
 }
Пример #14
0
 public IQueryable <SysMessage> GetEntityList(IList <Condtion> condtions, OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <SysMessage>(condtions, orderCondtion));
 }
Пример #15
0
 public IQueryable <SmsRecord> GetEntityList(OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <SmsRecord>(orderCondtion));
 }
Пример #16
0
 public IQueryable <Permission> GetEntityList(OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <Permission>(orderCondtion));
 }
Пример #17
0
 public IQueryable <Plate> GetEntityList(Condtion condtion, OrderCondtion orderCondtion)
 {
     return(base.GetEntityList <Plate>(condtion, orderCondtion));
 }