refactor: 移动 AdminService 到 Web 工程
This commit is contained in:
parent
1a87ac25f5
commit
3c658dba46
|
@ -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; }
|
||||
|
Loading…
Reference in New Issue