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