using Nop.Web.Framework.Models; namespace Nop.Web.Areas.Admin.Models.Customers; /// /// Represents a customer back in stock subscriptions list model /// public partial record CustomerBackInStockSubscriptionListModel : BasePagedListModel { }