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

13 lines
413 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;
global using ProtoBuf;
global using System.Security.Cryptography;
global using ProtoBuf.Meta;