FruitBank/Libraries/Nop.Services/Polls/Caching/PollVotingRecordCacheEventC...

11 lines
284 B
C#

using Nop.Core.Domain.Polls;
using Nop.Services.Caching;
namespace Nop.Services.Polls.Caching;
/// <summary>
/// Represents a poll voting record cache event consumer
/// </summary>
public partial class PollVotingRecordCacheEventConsumer : CacheEventConsumer<PollVotingRecord>
{
}