11 lines
358 B
C#
11 lines
358 B
C#
|
|
// Global using directives
|
||
|
|
|
||
|
|
|
||
|
|
global using Lion.AbpPro.BasicManagement;
|
||
|
|
global using Lion.AbpPro.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;
|