FruitBank/Libraries/Nop.Services/Catalog/Caching/StockQuantityHistoryCacheEv...

11 lines
305 B
C#

using Nop.Core.Domain.Catalog;
using Nop.Services.Caching;
namespace Nop.Services.Catalog.Caching;
/// <summary>
/// Represents a stock quantity change entry cache event consumer
/// </summary>
public partial class StockQuantityHistoryCacheEventConsumer : CacheEventConsumer<StockQuantityHistory>
{
}