move backend to subfolder
This commit is contained in:
parent
d4d1f2f981
commit
8d09663eff
80 changed files with 98 additions and 88 deletions
9
tanks-backend/TanksServer/GlobalUsings.cs
Normal file
9
tanks-backend/TanksServer/GlobalUsings.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
global using System;
|
||||
global using System.Collections.Concurrent;
|
||||
global using System.Collections.Generic;
|
||||
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;
|
Loading…
Add table
Add a link
Reference in a new issue