16 lines
725 B
C#
16 lines
725 B
C#
global using CloudGaming.Core.Identity.Configs;
|
|
global using CloudGaming.Core.Identity.Models;
|
|
global using CloudGaming.Core.Identity.Utils;
|
|
global using HZY.Framework.Core.AspNetCore;
|
|
global using HZY.Framework.Core.Utils;
|
|
global using HZY.Framework.DependencyInjection;
|
|
global using Microsoft.AspNetCore.Authentication.JwtBearer;
|
|
global using Microsoft.AspNetCore.Builder;
|
|
global using Microsoft.AspNetCore.Http;
|
|
global using Microsoft.Extensions.Caching.Memory;
|
|
global using Microsoft.Extensions.Configuration;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
global using Microsoft.IdentityModel.Tokens;
|
|
global using System.IdentityModel.Tokens.Jwt;
|
|
global using System.Security.Claims;
|
|
global using System.Text; |