示例#1
0
 public int GetPostNumberToday(int boardID)  //获取板块今日帖数
 {
     return(iposts.GetPostNumberToday(boardID));
 }