Some global using for infra

This commit is contained in:
Dominic Villemure
2024-07-09 23:52:25 -04:00
parent 86c9fb51fa
commit 0c549fd262

View File

@@ -1 +1,4 @@
global using Ardalis.GuardClauses; global using System;
global using System.Linq;
global using System.Threading;
global using System.Threading.Tasks;