13 lines
371 B
C#
13 lines
371 B
C#
// Global using directives
|
|
|
|
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Linq;
|
|
global using System.Threading.Tasks;
|
|
global using JiShe.ServicePro.EntityFrameworkCore;
|
|
global using Shouldly;
|
|
global using Volo.Abp;
|
|
global using Volo.Abp.Identity;
|
|
global using Volo.Abp.Localization;
|
|
global using Volo.Abp.Modularity;
|
|
global using Xunit; |