OrderCurrencyChangeNotificationBase<TEntity>
public abstract class OrderCurrencyChangeNotificationBase<TEntity> :
OrderNotificationEventBase<TEntity>
where TEntity : OrderReadOnly
Inheritance
Namespace
Constructors
OrderCurrencyChangeNotificationBase<TEntity>
public OrderCurrencyChangeNotificationBase(TEntity order, ChangingValue<Guid?> currencyId)
Properties
CurrencyId
public ChangingValue<Guid?> CurrencyId { get; }