removed unused namespaces

master
Young 7 months ago
parent 34e166df18
commit e73f62026b

@ -1,8 +1,5 @@
using System.Security.Claims;
using System.Text;
using Infrastructure.Options;
using Infrastructure.Security;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.IdentityModel.Tokens;

@ -1,5 +1,4 @@
using Infrastructure.Options;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using StackExchange.Redis;

@ -3,7 +3,6 @@ using Infrastructure.Utils;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
using Microsoft.Extensions.Logging;
namespace Infrastructure.Filters;

@ -1,6 +1,4 @@
using System.Reflection;
using System.Text;
using Infrastructure.Attributes;
using Infrastructure.Attributes;
using Infrastructure.Repository;
using Infrastructure.Utils;
using Microsoft.AspNetCore.Mvc.Controllers;

@ -1,7 +1,4 @@
using System.Text;
using Infrastructure.Utils;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using Infrastructure.Utils;
using StackExchange.Redis;
namespace Infrastructure.Repository;

@ -5,7 +5,6 @@ using Infrastructure.Utils;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.IdentityModel.Tokens;
using JwtRegisteredClaimNames = Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames;
namespace Infrastructure.Security;

Loading…
Cancel
Save