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

10 lines
193 B
C#

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