14 lines
344 B
C#
14 lines
344 B
C#
global using System;
|
|
global using System.Linq;
|
|
global using System.Text;
|
|
global using System.Threading.Tasks;
|
|
global using System.Collections.Generic;
|
|
|
|
global using Microsoft.Extensions.Configuration;
|
|
|
|
global using Xunit;
|
|
global using Xunit.Abstractions;
|
|
global using Xunit.DependencyInjection;
|
|
|
|
global using Moq;
|
|
global using FluentAssertions; |