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

24 lines
604 B
C#

global using System.Data;
global using ASC.Common;
global using ASC.Common.Mapping;
global using ASC.Core;
global using ASC.Core.Common.EF;
global using ASC.Core.Common.EF.Model;
global using ASC.Core.Tenants;
global using ASC.Core.Users;
global using ASC.Feed.Core;
global using ASC.Feed.Data;
global using ASC.Feed.Mapping;
global using ASC.Feed.Models;
global using Autofac;
global using AutoMapper;
global using Microsoft.EntityFrameworkCore;
global using Microsoft.EntityFrameworkCore.Infrastructure;
global using Microsoft.EntityFrameworkCore.Migrations;
global using Newtonsoft.Json;