Mango.Nop.Libraries/Nop.Core/Domain/Vendors/VendorAttributeValue.cs

10 lines
209 B
C#

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