6 lines
139 B
C#
6 lines
139 B
C#
|
|
// Global using directives
|
||
|
|
|
||
|
|
global using System.Threading.Tasks;
|
||
|
|
global using Shouldly;
|
||
|
|
global using Volo.Abp.Identity;
|
||
|
|
global using Xunit;
|