FruitBank/Libraries/Nop.Services/Vendors/Caching/VendorNoteCacheEventConsume...

11 lines
269 B
C#

using Nop.Core.Domain.Vendors;
using Nop.Services.Caching;
namespace Nop.Services.Vendors.Caching;
/// <summary>
/// Represents a vendor note cache event consumer
/// </summary>
public partial class VendorNoteCacheEventConsumer : CacheEventConsumer<VendorNote>
{
}