PIbd-22. Stroev V.M. Lab Work 07 #7

Closed
StroevVladimir wants to merge 4 commits from Lab7 into Lab6
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 4192909e8c - Show all commits

View File

@ -75,6 +75,7 @@ namespace PlumbingRepairBusinessLogic.BusinessLogics
_logger.LogWarning("Insert operation failed");
return false;
}
Task.Run(() => _mailWorker.MailSendAsync(new MailSendInfoBindingModel
{
MailAddress = result.ClientEmail,

View File

@ -68,6 +68,7 @@ messageInfoLogic) : base(logger, messageInfoLogic) { }
SenderName = mail.Address,
Subject = message.Subject,
Body = message.TextBody
});
}
}