DocSpace-buildtools/common/ASC.EventBus/GlobalUsings.cs

11 lines
320 B
C#
Raw Normal View History

global using System;
global using System.Collections.Generic;
global using System.Linq;
global using System.Text.Json.Serialization;
global using System.Threading.Tasks;
global using ASC.EventBus.Abstractions;
global using ASC.EventBus.Events;
global using static ASC.EventBus.InMemoryEventBusSubscriptionsManager;