servicepoint-tanks/tanks-backend/TanksServer/GlobalUsings.cs
2025-09-29 18:34:14 +02:00

11 lines
370 B
C#

global using System;
global using System.Collections.Concurrent;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Threading;
global using System.Threading.Tasks;
global using Microsoft.Extensions.Logging;
global using Microsoft.Extensions.Options;
global using TanksServer.Models;
global using ServicePoint;