using Nop.Core.Domain.Attributes; namespace Nop.Core.Domain.Vendors; /// /// Represents a vendor attribute value /// public partial class VendorAttributeValue : BaseAttributeValue { }