Example #1
0
 public IEnumerable <Level> SelectUserLevel(int userid)  //搜索用户等级
 {
     return(iposts.SelectUserLevel(userid));
 }