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