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

24 lines
604 B
C#
Raw Normal View History

2022-03-05 08:20:05 +00:00
global using System.Data;
2022-01-26 12:38:14 +00:00
global using ASC.Common;
2022-03-05 08:20:05 +00:00
global using ASC.Common.Mapping;
2022-01-26 12:38:14 +00:00
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;
2022-03-05 08:20:05 +00:00
global using ASC.Feed.Data;
global using ASC.Feed.Mapping;
global using ASC.Feed.Models;
2022-01-26 12:38:14 +00:00
global using Autofac;
2022-03-05 08:20:05 +00:00
global using AutoMapper;
2022-01-26 12:38:14 +00:00
global using Microsoft.EntityFrameworkCore;
global using Microsoft.EntityFrameworkCore.Infrastructure;
2022-03-05 08:20:05 +00:00
global using Microsoft.EntityFrameworkCore.Migrations;
2022-01-26 12:38:14 +00:00
global using Newtonsoft.Json;