Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

DiscountCategoryMapping.cs

namespace Nop.Core.Domain.Discounts;

/// <summary>
/// Represents a discount-category mapping class
/// </summary>
public partial class DiscountCategoryMapping : DiscountMapping
{
    /// <summary>
    /// Gets or sets the category identifier
    /// </summary>
    public override int EntityId { get; set; }
}