19 lines
859 B
C#
19 lines
859 B
C#
global using System.Reflection;
|
|
global using CloudGaming.Core.Identity.Services;
|
|
global using HZY.Framework.Aop.Attributes;
|
|
global using HZY.Framework.Core;
|
|
global using HZY.Framework.Core.AspNetCore;
|
|
global using HZY.Framework.Repository.EntityFramework;
|
|
global using HZY.Framework.Repository.EntityFramework.Extensions;
|
|
global using HZY.Framework.Repository.EntityFramework.Interceptor;
|
|
global using HZY.Framework.Repository.EntityFramework.Models.StandardV2;
|
|
global using Microsoft.AspNetCore.Builder;
|
|
global using Microsoft.EntityFrameworkCore;
|
|
global using Microsoft.EntityFrameworkCore.ChangeTracking;
|
|
global using Microsoft.EntityFrameworkCore.Diagnostics;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
global using Microsoft.Extensions.Logging;
|
|
global using Newtonsoft.Json;
|
|
global using Rougamo.Context;
|
|
global using StackExchange.Redis;
|