From 3c658dba4613f058444f052275bdc38387225a75 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Sun, 2 Jan 2022 13:20:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E5=8A=A8=20AdminService?= =?UTF-8?q?=20=E5=88=B0=20Web=20=E5=B7=A5=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Services}/AdminService.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename src/blazor/admin/{BootstrapAdmin.Web.Core => BootstrapAdmin.Web/Services}/AdminService.cs (94%) diff --git a/src/blazor/admin/BootstrapAdmin.Web.Core/AdminService.cs b/src/blazor/admin/BootstrapAdmin.Web/Services/AdminService.cs similarity index 94% rename from src/blazor/admin/BootstrapAdmin.Web.Core/AdminService.cs rename to src/blazor/admin/BootstrapAdmin.Web/Services/AdminService.cs index 5acae827..d621cc65 100644 --- a/src/blazor/admin/BootstrapAdmin.Web.Core/AdminService.cs +++ b/src/blazor/admin/BootstrapAdmin.Web/Services/AdminService.cs @@ -3,10 +3,7 @@ using BootstrapAdmin.Web.Core; namespace BootstrapAdmin.Web.Services; -/// -/// -/// -public class AdminService : IBootstrapAdminService +class AdminService : IBootstrapAdminService { private IUser User { get; set; }