Ejemplo n.º 1
0
 public int GetPostNumberAll(int boardID)  //获取板块总帖数
 {
     return(iposts.GetPostNumberAll(boardID));
 }