コード例 #1
0
ファイル: TopicService.cs プロジェクト: openweb/OurUmbraco
        public void SendNotifications(ReadOnlyTopic topic, string memberName, string url)
        {
            var newForumTopicNotification = new NotificationsCore.Notifications.NewForumTopic();

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