Class UpdateEmailTemplateDto
Inheritance
UpdateEmailTemplateDto
Assembly: OEMS.Core.dll
Syntax
public class UpdateEmailTemplateDto
Properties
Body
Declaration
[Required]
public string Body { get; set; }
Property Value
Id
Declaration
[Required]
public Guid Id { get; set; }
Property Value
Name
Declaration
[Required]
public string Name { get; set; }
Property Value
Notes
Declaration
public string Notes { get; set; }
Property Value
Subject
Declaration
[Required]
public string Subject { get; set; }
Property Value
Variables
Declaration
public string Variables { get; set; }
Property Value