servicepoint-tanks/TanksServer/GlobalUsings.cs
2024-04-07 19:52:16 +02:00

9 lines
267 B
C#

global using System;
global using System.Collections.Generic;
global using System.Linq;
global using System.Threading;
global using System.Threading.Tasks;
global using Microsoft.Extensions.Options;
global using TanksServer.Models;
global using TanksServer.Services;