Удаление ссылки на Clients внутри проекта с API
All checks were successful
Unit tests / test (push) Successful in 1m0s
All checks were successful
Unit tests / test (push) Successful in 1m0s
This commit is contained in:
parent
649c51a8ab
commit
4c2b91cd2d
@ -23,7 +23,6 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\DD.Persistence.Client\DD.Persistence.Client.csproj" />
|
||||
<ProjectReference Include="..\DD.Persistence.Database.Postgres\DD.Persistence.Database.Postgres.csproj" />
|
||||
<ProjectReference Include="..\DD.Persistence.Database\DD.Persistence.Database.csproj" />
|
||||
<ProjectReference Include="..\DD.Persistence.Repository\DD.Persistence.Repository.csproj" />
|
||||
|
@ -1,7 +1,6 @@
|
||||
using DD.Persistence.Database.Model;
|
||||
using DD.Persistence.Database.Postgres;
|
||||
using DD.Persistence.Repository;
|
||||
using DD.Persistence.Client;
|
||||
|
||||
namespace DD.Persistence.API;
|
||||
|
||||
@ -27,7 +26,6 @@ public class Startup
|
||||
services.AddJWTAuthentication(Configuration);
|
||||
services.AddMemoryCache();
|
||||
services.AddServices();
|
||||
services.AddPersistenceClients();
|
||||
}
|
||||
|
||||
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
|
||||
|
Loading…
Reference in New Issue
Block a user