микродобавления
This commit is contained in:
parent
0d8bfef5bb
commit
1fb383c1a2
@ -5,5 +5,11 @@
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"SmtpClientHost": "smtp.gmail.com",
|
||||
"SmtpClientPort": "587",
|
||||
"PopHost": "pop.gmail.com",
|
||||
"PopPort": "995",
|
||||
"MailLogin": "lablablablab777@gmail.com",
|
||||
"MailPassword": "dhiz yimd yxzy lohm"
|
||||
}
|
||||
|
@ -16,7 +16,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\BeautySalonContracts\BusinessLogicContracts.csproj" />
|
||||
<ProjectReference Include="..\BeautySalonContracts\BeautySalonContracts.csproj" />
|
||||
<ProjectReference Include="..\BeautySalonContracts\BindingModels.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
using BeautySalonContracts.BindingModels;
|
||||
using BeautySalonContracts.BusinessLogicContracts;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using BeautySalonContracts.BusinessLogicsContracts;
|
||||
|
||||
namespace BeautySalonBusinessLogic.MailWorker
|
||||
{
|
||||
|
@ -2,7 +2,6 @@
|
||||
using MailKit.Security;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using BeautySalonContracts.BindingModels;
|
||||
using BeautySalonContracts.BusinessLogicContracts;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@ -10,6 +9,7 @@ using System.Net.Mail;
|
||||
using System.Net;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using BeautySalonContracts.BusinessLogicsContracts;
|
||||
|
||||
namespace BeautySalonBusinessLogic.MailWorker
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user