Beispiel #1
0
        public void SendNotifications(ReadOnlyTopic topic, string memberName, string url)
        {
            var newForumTopicNotification = new NotificationsCore.Notifications.NewForumTopic();

            newForumTopicNotification.SendNotification(topic, memberName, url);
        }
Beispiel #2
0
 public void SendNotifications(ReadOnlyTopic topic, string memberName, string url)
 {
     var newForumTopicNotification = new NotificationsCore.Notifications.NewForumTopic();
     newForumTopicNotification.SendNotification(topic, memberName, url);
 }