|
1 | 1 | using CleanArch.Application; |
2 | 2 | using CleanArch.Application.Middleware; |
| 3 | +using CleanArch.CrossCuttingConcerns.Identity; |
| 4 | +using CleanArch.CrossCuttingConcerns.OS; |
3 | 5 | using CleanArch.CrossCuttingConcerns.Utility; |
4 | 6 | using CleanArch.Domain.Services.Configuration; |
5 | 7 | using CleanArch.Infrastructure; |
| 8 | +using CleanArch.Infrastructure.Identity; |
| 9 | +using CleanArch.Infrastructure.OS; |
6 | 10 | using CleanArch.Persistence; |
7 | 11 | using CleanArch.Persistence.Context; |
8 | 12 | using HealthChecks.UI.Client; |
9 | | -using Microsoft.AspNetCore.Builder; |
10 | 13 | using Microsoft.AspNetCore.Diagnostics.HealthChecks; |
11 | | -using Microsoft.AspNetCore.Hosting; |
12 | | -using Microsoft.AspNetCore.Http; |
13 | 14 | using Microsoft.AspNetCore.Mvc; |
14 | | -using Microsoft.Extensions.Configuration; |
15 | | -using Microsoft.Extensions.DependencyInjection; |
16 | 15 | using Microsoft.Extensions.Diagnostics.HealthChecks; |
17 | | -using Microsoft.Extensions.Hosting; |
18 | | -using Microsoft.Extensions.Logging; |
19 | 16 | using Microsoft.FeatureManagement; |
20 | 17 | using Microsoft.OpenApi.Models; |
21 | 18 | using Serilog; |
22 | | -using System; |
23 | | -using System.Collections.Generic; |
24 | | -using CleanArch.CrossCuttingConcerns.Identity; |
25 | | -using CleanArch.CrossCuttingConcerns.OS; |
26 | | -using CleanArch.Infrastructure.Identity; |
27 | | -using CleanArch.Infrastructure.OS; |
28 | 19 |
|
29 | 20 | namespace CleanArch.Api; |
30 | 21 |
|
|
0 commit comments