示例#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));
 }