FruitBank/Libraries/Nop.Services/Customers/Caching/RewardPointsHistoryCacheEve...

11 lines
300 B
C#

using Nop.Core.Domain.Customers;
using Nop.Services.Caching;
namespace Nop.Services.Customers.Caching;
/// <summary>
/// Represents a reward point history cache event consumer
/// </summary>
public partial class RewardPointsHistoryCacheEventConsumer : CacheEventConsumer<RewardPointsHistory>
{
}