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