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; }