Nop.Core_4.7/Libraries/Nop.Services/Shipping/Caching/WarehouseCacheEventConsumer.cs

11 lines
267 B
C#

using Nop.Core.Domain.Shipping;
using Nop.Services.Caching;
namespace Nop.Services.Shipping.Caching;
/// <summary>
/// Represents a warehouse cache event consumer
/// </summary>
public partial class WarehouseCacheEventConsumer : CacheEventConsumer<Warehouse>
{
}