namespace Nop.Web.Framework.UI;
public static partial class NopNotificationsDefaults
{
/// <summary>
/// Gets the notification prefix
/// </summary>
public static string Prefix => "nop.notifications.";
}