|
using Nop.Core.Domain.Orders;
|
|
using Nop.Services.Caching;
|
|
|
|
namespace Nop.Services.Orders.Caching;
|
|
|
|
/// <summary>
|
|
/// Represents a recurring payment cache event consumer
|
|
/// </summary>
|
|
public partial class RecurringPaymentCacheEventConsumer : CacheEventConsumer<RecurringPayment>
|
|
{
|
|
} |