26 lines
1.3 KiB
C#
26 lines
1.3 KiB
C#
global using CloudGaming.Core.EntityFramework;
|
|
global using CloudGaming.Core.EntityFramework.Interceptors;
|
|
global using CloudGaming.Core.Quartz.Models;
|
|
global using HZY.Framework.Core.AspNetCore;
|
|
global using HZY.Framework.Core.Quartz;
|
|
global using HZY.Framework.Repository.EntityFramework;
|
|
global using HZY.Framework.Repository.EntityFramework.Attributes;
|
|
global using HZY.Framework.Repository.EntityFramework.Models;
|
|
global using HZY.Framework.Repository.EntityFramework.Models.Enums;
|
|
global using HZY.Framework.Repository.EntityFramework.Models.Standard;
|
|
global using HZY.Framework.Repository.EntityFramework.Repositories;
|
|
global using HZY.Framework.Repository.EntityFramework.Repositories.Impl;
|
|
|
|
global using Microsoft.AspNetCore.Builder;
|
|
global using Microsoft.AspNetCore.Hosting;
|
|
global using Microsoft.EntityFrameworkCore;
|
|
global using Microsoft.EntityFrameworkCore.Infrastructure;
|
|
global using Microsoft.Extensions.Caching.Memory;
|
|
global using Microsoft.Extensions.Configuration;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
global using Microsoft.Extensions.Hosting;
|
|
global using Microsoft.Extensions.Logging;
|
|
global using System.ComponentModel.DataAnnotations;
|
|
global using System.ComponentModel.DataAnnotations.Schema;
|
|
global using System.Reflection;
|
|
global using CloudGaming.Core.EntityFramework.Aop; |