2024-04-06 13:46:34 +02:00
|
|
|
global using System;
|
2024-04-07 20:16:22 +02:00
|
|
|
global using System.Collections.Concurrent;
|
2024-04-06 13:46:34 +02:00
|
|
|
global using System.Collections.Generic;
|
2024-04-06 16:38:26 +02:00
|
|
|
global using System.Linq;
|
2024-04-07 01:27:11 +02:00
|
|
|
global using System.Threading;
|
2024-04-06 13:46:34 +02:00
|
|
|
global using System.Threading.Tasks;
|
2024-04-10 19:25:45 +02:00
|
|
|
global using Microsoft.Extensions.Logging;
|
2024-04-07 19:52:16 +02:00
|
|
|
global using Microsoft.Extensions.Options;
|
2024-04-10 19:25:45 +02:00
|
|
|
global using TanksServer.Models;
|
2024-11-12 18:27:04 +01:00
|
|
|
global using ServicePoint;
|