コード例 #1
0
ファイル: Forum.cs プロジェクト: KerwinMa/OurUmbraco
 void ForumService_Deleted(object sender, uForum.ForumEventArgs e)
 {
     var ns = new NotificationService(ApplicationContext.Current.DatabaseContext);
     ns.RemoveAllForumSubscriptions(e.Forum.Id);
 }