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