You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
359 B
11 lines
359 B
// Global using directives
|
|
|
|
global using Lion.AbpPro.SignalR.Enums;
|
|
global using Microsoft.AspNetCore.SignalR;
|
|
global using Microsoft.Extensions.Logging;
|
|
global using Volo.Abp.DependencyInjection;
|
|
global using Volo.Abp.EventBus.Local;
|
|
global using Volo.Abp.Guids;
|
|
global using Volo.Abp.Json;
|
|
global using Volo.Abp.MultiTenancy;
|
|
global using Volo.Abp.Users;
|