EmailTemplateNotificationEventBase<TEntity>
public abstract class EmailTemplateNotificationEventBase<TEntity> : NotificationEventBase
where TEntity : EmailTemplateReadOnly
Inheritance
- class NotificationEventBase
Namespace
Constructors
EmailTemplateNotificationEventBase<TEntity>
public EmailTemplateNotificationEventBase(TEntity emailTemplate)
Properties
EmailTemplate
public TEntity EmailTemplate { get; }