CountryNotificationEventBase<TEntity>
public abstract class CountryNotificationEventBase<TEntity> : NotificationEventBase
where TEntity : CountryReadOnly
Inheritance
- class NotificationEventBase
Namespace
Constructors
CountryNotificationEventBase<TEntity>
public CountryNotificationEventBase(TEntity country)
Properties
Country
public TEntity Country { get; }