Разложить grpc-hosting и UrlSafeToken по назначению

grpc-hosting -> Interceptors/Models/Options/Services; UrlSafeToken
-> SharedKernel/Utilities. Маркеры проектов оставлены в корнях.
namespace/using/FQN мигрированы.
This commit is contained in:
Rustam Khalimov
2026-09-11 13:33:19 +03:00
parent 1e118e9bba
commit 5f5538d33b
25 changed files with 84 additions and 20 deletions
@@ -1,4 +1,5 @@
using Deal.SharedKernel;
using Deal.SharedKernel.Utilities;
namespace Deal.Modules.Tenants.Application.Services;
@@ -1,6 +1,7 @@
using System.Security.Cryptography;
using System.Text;
using Deal.SharedKernel;
using Deal.SharedKernel.Utilities;
namespace Deal.Modules.Tenants.Application.Services;
@@ -1,6 +1,7 @@
using Deal.Modules.Tenants.Application.Abstractions;
using Deal.Modules.Tenants.Application.Models;
using Deal.SharedKernel;
using Deal.SharedKernel.Utilities;
namespace Deal.Modules.Tenants.Application.Services;