DocSpace-buildtools/common/services/ASC.Notify/GlobalUsings.cs

38 lines
1.1 KiB
C#
Raw Normal View History

global using System.Reflection;
2022-01-29 21:53:20 +00:00
global using System.Data;
global using ASC.Api.Core;
global using ASC.Common;
global using ASC.Common.Caching;
global using ASC.Common.DependencyInjection;
global using ASC.Common.Logging;
2022-02-21 12:27:26 +00:00
global using ASC.Common.Mapping;
2022-01-29 21:53:20 +00:00
global using ASC.Common.Utils;
global using ASC.Core;
global using ASC.Core.Common.EF;
global using ASC.Core.Common.EF.Context;
global using ASC.Core.Common.EF.Model;
global using ASC.Core.Common.Settings;
global using ASC.Core.Notify.Senders;
global using ASC.Notify.Services;
2022-01-29 21:53:20 +00:00
global using ASC.Notify.Config;
global using ASC.Notify.Messages;
global using ASC.Web.Core.WhiteLabel;
global using ASC.Web.Studio.Core.Notify;
2022-02-18 13:56:23 +00:00
global using AutoMapper;
2022-01-29 21:53:20 +00:00
global using Autofac;
global using Autofac.Extensions.DependencyInjection;
global using Google.Protobuf.Collections;
global using Microsoft.Extensions.Options;
global using Microsoft.EntityFrameworkCore;
2022-02-16 14:16:31 +00:00
global using Microsoft.Extensions.Hosting.WindowsServices;
2022-01-29 21:53:20 +00:00
global using Newtonsoft.Json;
global using StackExchange.Redis.Extensions.Core.Configuration;
global using StackExchange.Redis.Extensions.Newtonsoft;