11 lines
368 B
C#
11 lines
368 B
C#
// Global using directives
|
|
|
|
|
|
global using JiShe.ServicePro.BasicManagement;
|
|
global using JiShe.ServicePro.NotificationManagement;
|
|
global using Localization.Resources.AbpUi;
|
|
global using Microsoft.AspNetCore.Mvc;
|
|
global using Swashbuckle.AspNetCore.Annotations;
|
|
global using Volo.Abp.AspNetCore.Mvc;
|
|
global using Volo.Abp.Localization;
|
|
global using Volo.Abp.Modularity; |