OrderStatusNotificationEventBase<TEntity>
public abstract class OrderStatusNotificationEventBase<TEntity> : NotificationEventBase
where TEntity : OrderStatusReadOnly
Inheritance
- class NotificationEventBase
Namespace
Constructors
OrderStatusNotificationEventBase<TEntity>
public OrderStatusNotificationEventBase(TEntity orderStatus)
Properties
OrderStatus
public TEntity OrderStatus { get; }