11 lines
291 B
C#
11 lines
291 B
C#
using Nop.Core.Domain.Directory;
|
|
using Nop.Services.Caching;
|
|
|
|
namespace Nop.Services.Directory.Caching;
|
|
|
|
/// <summary>
|
|
/// Represents a measure dimension cache event consumer
|
|
/// </summary>
|
|
public partial class MeasureDimensionCacheEventConsumer : CacheEventConsumer<MeasureDimension>
|
|
{
|
|
} |