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

27 lines
687 B
C#

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