From baf732bf9db97ecc8c8f88cc8b935badc07967e4 Mon Sep 17 00:00:00 2001 From: "hualin.zhu" Date: Tue, 12 Nov 2024 07:45:43 +0800 Subject: [PATCH] fix --- src/Infrastructure/Infrastructure.csproj | 4 ++-- src/Server.UI/Services/PermissionHelper.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj index a13ab3177..c31be38e1 100644 --- a/src/Infrastructure/Infrastructure.csproj +++ b/src/Infrastructure/Infrastructure.csproj @@ -11,13 +11,13 @@ - + - + diff --git a/src/Server.UI/Services/PermissionHelper.cs b/src/Server.UI/Services/PermissionHelper.cs index 1a439b54b..0ae248809 100644 --- a/src/Server.UI/Services/PermissionHelper.cs +++ b/src/Server.UI/Services/PermissionHelper.cs @@ -8,7 +8,7 @@ using System.Security.Claims; using ZiggyCreatures.Caching.Fusion; using CleanArchitecture.Blazor.Application.Common.ExceptionHandlers; -using System.Data.Entity; + namespace CleanArchitecture.Blazor.Server.UI.Services;