Class ContactSendEmailDto
- Namespace
- GastroSky.Models.DTO.Contact
- Assembly
- GastroSky.Models.dll
public class ContactSendEmailDto
- Inheritance
-
ContactSendEmailDto
- Inherited Members
-
Properties
Content
[Required]
public string Content { get; set; }
Property Value
- string
[Required]
public Language Language { get; set; }
Property Value
- Language
[Required]
public string ReplyTo { get; set; }
Property Value
- string
[Required]
public string Subject { get; set; }
Property Value
- string
[Required]
public string To { get; set; }
Property Value
- string