11 lines
349 B
C#
11 lines
349 B
C#
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>
|
|
{
|
|
} |