Nop.Core_4.7/Libraries/Nop.Services/Shipping/Caching/ShippingMethodCacheEventCon...

11 lines
283 B
C#

using Nop.Core.Domain.Shipping;
using Nop.Services.Caching;
namespace Nop.Services.Shipping.Caching;
/// <summary>
/// Represents a shipping method cache event consumer
/// </summary>
public partial class ShippingMethodCacheEventConsumer : CacheEventConsumer<ShippingMethod>
{
}