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