11 lines
288 B
C#
11 lines
288 B
C#
using Nop.Core.Domain.Forums;
|
|
using Nop.Services.Caching;
|
|
|
|
namespace Nop.Services.Forums.Caching;
|
|
|
|
/// <summary>
|
|
/// Represents a forum subscription cache event consumer
|
|
/// </summary>
|
|
public partial class ForumSubscriptionCacheEventConsumer : CacheEventConsumer<ForumSubscription>
|
|
{
|
|
} |