UmbraBot
10/23/2023, 12:01 PMcsharp
public class SubscribeToContentServiceSavingComposer : IComposer
{
	public void Compose(IUmbracoBuilder builder)
	{
		builder.AddNotificationHandler<ContentSavingNotification, CustomContentSavingNotificationHandler>();
	}
}