Example #1
0
 public static bool IsSubscribedToForumTopic(int topicId, int memberId)
 {
     var ns = new NotificationService(ApplicationContext.Current.DatabaseContext);
     return ns.IsSubscribedToTopic(topicId, memberId);
 }