Last active
May 18, 2023 09:28
-
-
Save hishaamn/7156a2dadd85b9745e86ab513a21a590 to your computer and use it in GitHub Desktop.
A wrapper for the initialization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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