Compare commits
2 Commits
97138f6512
...
3d2f5c4497
Author | SHA1 | Date | |
---|---|---|---|
3d2f5c4497 | |||
|
945fa5c83d |
@ -8,10 +8,16 @@ namespace ComputersShopContracts.BindingModels
|
|||||||
{
|
{
|
||||||
public class MailSendInfoBindingModel
|
public class MailSendInfoBindingModel
|
||||||
{
|
{
|
||||||
public string MailAddress { get; set; } = string.Empty;
|
public string MessageId { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public int? ClientId { get; set; }
|
||||||
|
|
||||||
|
public string SenderName { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string Subject { get; set; } = string.Empty;
|
public string Subject { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string Text { get; set; } = string.Empty;
|
public string Body { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public DateTime DateDelivery { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user