namespace Nop.Core.Domain.Discounts; /// /// Represents a discount-manufacturer mapping class /// public partial class DiscountManufacturerMapping : DiscountMapping { /// /// Gets or sets the manufacturer identifier /// public override int EntityId { get; set; } }