refactor: 移动 AdminService 到 Web 工程

This commit is contained in:
Argo-Lenovo 2022-01-02 13:20:20 +08:00
parent 1a87ac25f5
commit 3c658dba46
1 changed files with 1 additions and 4 deletions

View File

@ -3,10 +3,7 @@ using BootstrapAdmin.Web.Core;
namespace BootstrapAdmin.Web.Services;
/// <summary>
///
/// </summary>
public class AdminService : IBootstrapAdminService
class AdminService : IBootstrapAdminService
{
private IUser User { get; set; }