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