using Nop.Core.Domain.Security;
using Nop.Services.Caching;
namespace Nop.Services.Security.Caching;
///
/// Represents a permission record-customer role mapping cache event consumer
///
public partial class PermissionRecordCustomerRoleMappingCacheEventConsumer : CacheEventConsumer
{
}