public void DeleteSubscription(NotificationsSubscriptionPart subscription) { _contentManager.Remove(subscription.ContentItem); }
private void TriggerNotificationsSubscriptionUnpublishedEvents(PublishContentContext context, NotificationsSubscriptionPart part) { // TODO: these triggers / iterating over interfaces are what will allow other modules to integrate }