mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 18:22:11 +08:00
调整了一下项目框架与前端JS代码
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using OpenAuth.Domain.Model;
|
||||
|
||||
namespace OpenAuth.Domain.Interface
|
||||
namespace OpenAuth.Domain.Interface
|
||||
{
|
||||
public interface IMenuRepository
|
||||
{
|
||||
|
@@ -1,5 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using OpenAuth.Domain.Model;
|
||||
using System.Linq;
|
||||
|
||||
namespace OpenAuth.Domain.Interface
|
||||
{
|
||||
@@ -8,5 +8,7 @@ namespace OpenAuth.Domain.Interface
|
||||
User FindByAccount(string account);
|
||||
User FindById(string id);
|
||||
|
||||
IEnumerable<User> LoadUsers();
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user