Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

PermissionRecordCustomerRoleMappingCacheEventConsumer.cs

using Nop.Core.Domain.Security;
using Nop.Services.Caching;

namespace Nop.Services.Security.Caching;

/// <summary>
/// Represents a permission record-customer role mapping cache event consumer
/// </summary>
public partial class PermissionRecordCustomerRoleMappingCacheEventConsumer : CacheEventConsumer<PermissionRecordCustomerRoleMapping>;