на почту отчеты не отправляются но делаются, что радует, я спать!
This commit is contained in:
parent
ebaec177d1
commit
81acf860dd
@ -30,6 +30,6 @@ app.UseAuthorization();
|
|||||||
|
|
||||||
app.MapControllerRoute(
|
app.MapControllerRoute(
|
||||||
name: "default",
|
name: "default",
|
||||||
pattern: "{controller=Home}/{action=Index}/{id?}");
|
pattern: "{controller=Home}/{action=Lawyers}/{id?}");
|
||||||
|
|
||||||
app.Run();
|
app.Run();
|
||||||
|
@ -110,6 +110,7 @@ namespace LawFirmRestApi.Controllers
|
|||||||
FileName = report.FileName,
|
FileName = report.FileName,
|
||||||
GuarantorId = report.GuarantorId,
|
GuarantorId = report.GuarantorId,
|
||||||
LawyerId = report.LawyerId,
|
LawyerId = report.LawyerId,
|
||||||
|
Email = report.Email,
|
||||||
});
|
});
|
||||||
_mailWorker.MailSendAsync(new MailSendInfoBindingModel
|
_mailWorker.MailSendAsync(new MailSendInfoBindingModel
|
||||||
{
|
{
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user