11 lines
306 B
C#
11 lines
306 B
C#
using Nop.Core.Domain.Messages;
|
|
using Nop.Services.Caching;
|
|
|
|
namespace Nop.Services.Messages.Caching;
|
|
|
|
/// <summary>
|
|
/// Represents news letter subscription cache event consumer
|
|
/// </summary>
|
|
public partial class NewsLetterSubscriptionCacheEventConsumer : CacheEventConsumer<NewsLetterSubscription>
|
|
{
|
|
} |