namespace Nop.Web.Areas.Admin.Models.Common; /// /// Represents a level of warning /// public enum SystemWarningLevel { Pass, Recommendation, Warning, Fail }