CurrencyNotificationEventBase<TEntity>
public abstract class CurrencyNotificationEventBase<TEntity> : NotificationEventBase
where TEntity : CurrencyReadOnly
Inheritance
- class NotificationEventBase
Namespace
Constructors
CurrencyNotificationEventBase<TEntity>
public CurrencyNotificationEventBase(TEntity currency)
Properties
Currency
public TEntity Currency { get; }