Ну вроде усё

This commit is contained in:
DyCTaTOR 2024-05-07 20:32:50 +04:00
parent d66cfeaa98
commit 4192909e8c
2 changed files with 2 additions and 0 deletions

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
});
}
}