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