Mango.Nop.Libraries/Mango.Nop.Core/NopDependencies/ISlugSupported.cs

8 lines
178 B
C#

namespace Nop.Core.Domain.Seo;
/// <summary>
/// Represents an entity which supports slug (SEO friendly one-word URLs)
/// </summary>
public partial interface ISlugSupported
{
}