Пример #1
0
 public void Handle(ContentPublishedNotification notification) => _notifier.Notify(_actions.GetAction <ActionPublish>(), notification.PublishedEntities.ToArray());
 public void Handle(ContentPublishedNotification notification) => PublishedContent?.Invoke(notification);
Пример #3
0
 public void Handle(ContentPublishedNotification notification) => CreateRedirectsForOldRoutes(notification);