namespace Nop.Services.Messages; /// /// Notification type /// public enum NotifyType { /// /// Success /// Success, /// /// Error /// Error, /// /// Warning /// Warning }