Ejemplo n.º 1
0
 public static bool Unsubscribe(int threadId, int userId)
 {
     return(DBForums.ForumThreadUNSubscribe(threadId, userId));
 }