예제 #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));
 }