33global using System . ComponentModel ;
44global using System . Globalization ;
55global using System . Linq ;
6+ global using System . Net . Mime ;
67global using System . Text ;
78global using System . Text . Json ;
89global using System . Text . Json . Serialization ;
910global using System . Threading ;
1011global using System . Threading . Tasks ;
1112global using EFCoreGeneric . Infrastructure . Interfaces ;
13+ global using Microsoft . AspNetCore . Builder ;
14+ global using Microsoft . AspNetCore . Diagnostics . HealthChecks ;
15+ global using Microsoft . AspNetCore . Http ;
16+ global using Microsoft . AspNetCore . Routing ;
1217global using Microsoft . EntityFrameworkCore ;
1318global using Microsoft . Extensions . DependencyInjection ;
19+ global using Microsoft . Extensions . Diagnostics . HealthChecks ;
1420global using Microsoft . Extensions . Hosting ;
1521global using Microsoft . Extensions . Logging ;
22+ global using Microsoft . OpenApi . Any ;
23+ global using Microsoft . OpenApi . Models ;
24+ global using MySqlConnector ;
25+ global using NET6CustomLibrary . DateTime . Converters ;
26+ global using NET6CustomLibrary . DateTime . TypeConverters ;
1627global using NET6CustomLibrary . EFCore . Core ;
1728global using NET6CustomLibrary . EFCore . Core . Interfaces ;
1829global using NET6CustomLibrary . EFCore . Infrastructure . Interfaces ;
30+ global using NET6CustomLibrary . EFCore . Infrastructure . Repository ;
1931global using NET6CustomLibrary . RabbitMQ . Abstractions ;
32+ global using NET6CustomLibrary . Serilog . Services ;
2033global using RabbitMQ . Client ;
2134global using RabbitMQ . Client . Events ;
35+ global using Serilog ;
36+ global using Swashbuckle . AspNetCore . SwaggerGen ;
0 commit comments