Exemple #1
0
 public IEnumerable <Users> SelectInfoUsers(string postinfo)  //搜索帖子
 {
     return(iposts.SelectInfoUsers(postinfo));
 }