Try your search with a different keyword or use * as a wildcard.
using Nop.Plugin.Misc.RFQ.Domains;
using Nop.Services.Caching;
namespace Nop.Plugin.Misc.RFQ.Services.Caching;
/// <summary>
/// Represents an quote cache event consumer
/// </summary>
public class QuoteCacheEventConsumer : CacheEventConsumer<Quote>;