Skip to content

Instantly share code, notes, and snippets.

@hishaamn
Last active May 18, 2023 09:28
Show Gist options
  • Save hishaamn/7156a2dadd85b9745e86ab513a21a590 to your computer and use it in GitHub Desktop.
Save hishaamn/7156a2dadd85b9745e86ab513a21a590 to your computer and use it in GitHub Desktop.
A wrapper for the initialization
public class InitializeCmsNotification
{
public void Process(PipelineArgs args) => CmsNotificationManager.Initialize();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment