14 lines
526 B
C#
14 lines
526 B
C#
global using FreeRedis;
|
|
global using HZY.Framework.Aop.Attributes;
|
|
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.Context;
|
|
global using System.Collections;
|
|
global using System.Reflection;
|
|
global using System.Text.RegularExpressions;
|
|
global using MathNet.Numerics.Distributions;
|