Exemple #1
0
 public static int GetPostCount(int threadId)
 {
     return(DBForums.ForumThreadGetPostCount(threadId));
 }