Mango.Nop.Libraries/Nop.Services/Forums/Caching/PrivateMessageCacheEventCon...

11 lines
279 B
C#

using Nop.Core.Domain.Forums;
using Nop.Services.Caching;
namespace Nop.Services.Forums.Caching;
/// <summary>
/// Represents a private message cache event consumer
/// </summary>
public partial class PrivateMessageCacheEventConsumer : CacheEventConsumer<PrivateMessage>
{
}