8 lines
247 B
C#
8 lines
247 B
C#
// Global using directives
|
|
|
|
global using System.Text;
|
|
global using Volo.Abp.Modularity;
|
|
global using JiShe.ServicePro.Enums;
|
|
global using JiShe.ServicePro.FreeRedisProvider;
|
|
global using JiShe.ServicePro.Consts;
|
|
global using JiShe.ServicePro.Core; |