16 lines
654 B
C#
16 lines
654 B
C#
global using MiaoYu.Core.Redis.Configs;
|
|
global using MiaoYu.Core.Redis.Services.Impl;
|
|
global using HZY.Framework.Core.AspNetCore;
|
|
global using Microsoft.AspNetCore.Builder;
|
|
global using Microsoft.Extensions.Caching.Memory;
|
|
global using Microsoft.Extensions.Configuration;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
global using Newtonsoft.Json;
|
|
global using Rougamo;
|
|
global using Rougamo.Context;
|
|
global using StackExchange.Redis;
|
|
global using System.Collections;
|
|
global using System.Reflection;
|
|
global using System.Text.RegularExpressions;
|
|
global using HZY.Framework.DependencyInjection.Attributes;
|
|
global using HZY.Framework.Aop.Attributes; |