Example #1
0
 public static bool DecrementPostCount(int forumId)
 {
     return(DBForums.DecrementPostCount(forumId));
 }