8 lines
243 B
C#
8 lines
243 B
C#
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.Options;
|