FruitBank/Libraries/Nop.Services/Gdpr/Caching/GdprConsentCacheEventConsum...

11 lines
266 B
C#

using Nop.Core.Domain.Gdpr;
using Nop.Services.Caching;
namespace Nop.Services.Gdpr.Caching;
/// <summary>
/// Represents a GDPR consent cache event consumer
/// </summary>
public partial class GdprConsentCacheEventConsumer : CacheEventConsumer<GdprConsent>
{
}