UmbraBot
11/06/2023, 1:00 PMcsharp
public class SubscribeToContentServiceSavingComposer : IComposer
{
public void Compose(IUmbracoBuilder builder)
{
builder.AddNotificationHandler<ContentSavingNotification, CustomContentSavingNotificationHandler>();
}
}