refactor: 移动 AdminService 到 Web 工程
This commit is contained in:
parent
1a87ac25f5
commit
3c658dba46
|
@ -3,10 +3,7 @@ using BootstrapAdmin.Web.Core;
|
||||||
|
|
||||||
namespace BootstrapAdmin.Web.Services;
|
namespace BootstrapAdmin.Web.Services;
|
||||||
|
|
||||||
/// <summary>
|
class AdminService : IBootstrapAdminService
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public class AdminService : IBootstrapAdminService
|
|
||||||
{
|
{
|
||||||
private IUser User { get; set; }
|
private IUser User { get; set; }
|
||||||
|
|
Loading…
Reference in New Issue