using Nop.Core.Domain.Shipping; using Nop.Services.Caching; namespace Nop.Services.Shipping.Caching; /// /// Represents a shipping method-country mapping cache event consumer /// public partial class ShippingMethodCountryMappingCacheEventConsumer : CacheEventConsumer { }