Try your search with a different keyword or use * as a wildcard.
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
{
}