Zhelovanov D.Y LabWork07 #9

Closed
Zhelovanov_Dmitrii wants to merge 7 commits from LabWork07 into LabWork06
Showing only changes of commit 2b4770000c - Show all commits

View File

@ -8,6 +8,8 @@ namespace BlacksmithWorkshopContracts.BindingModels
{
public class MailSendInfoBindingModel
{
public string FileName { get; set; } = string.Empty;
public MemoryStream File_Stream { get; set; } = new MemoryStream();
public string MailAddress { get; set; } = string.Empty;
public string Subject { get; set; } = string.Empty;
public string Text { get; set; } = string.Empty;