namespace Nop.Web.Framework.Models.Cms; /// /// Represents an widget model for the nop-card /// public partial class WidgetNopCardModel { /// /// Name of the card /// public string CardName { get; set; } }