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.
16 lines
495 B
16 lines
495 B
// Global using directives
|
|
|
|
global using System;
|
|
global using System.Threading.Tasks;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
global using Volo.Abp;
|
|
global using Volo.Abp.Authorization;
|
|
global using Volo.Abp.Autofac;
|
|
global using Volo.Abp.Data;
|
|
global using Volo.Abp.DependencyInjection;
|
|
global using Volo.Abp.Guids;
|
|
global using Volo.Abp.Modularity;
|
|
global using Volo.Abp.MultiTenancy;
|
|
global using Volo.Abp.Testing;
|
|
global using Volo.Abp.Threading;
|
|
global using Volo.Abp.Uow;
|