Ну вроде усё
This commit is contained in:
parent
d66cfeaa98
commit
4192909e8c
@ -75,6 +75,7 @@ namespace PlumbingRepairBusinessLogic.BusinessLogics
|
||||
_logger.LogWarning("Insert operation failed");
|
||||
return false;
|
||||
}
|
||||
|
||||
Task.Run(() => _mailWorker.MailSendAsync(new MailSendInfoBindingModel
|
||||
{
|
||||
MailAddress = result.ClientEmail,
|
||||
|
@ -68,6 +68,7 @@ messageInfoLogic) : base(logger, messageInfoLogic) { }
|
||||
SenderName = mail.Address,
|
||||
Subject = message.Subject,
|
||||
Body = message.TextBody
|
||||
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user