namespace Nop.Web.Framework.Models; /// /// Represents a settings model /// public partial interface ISettingsModel { /// /// Gets or sets an active store scope configuration (store identifier) /// int ActiveStoreScopeConfiguration { get; set; } }