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