mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-03-27 11:43:25 +08:00
完成机构与用户管理
This commit is contained in:
@@ -9,5 +9,7 @@ namespace OpenAuth.Domain.Interface
|
||||
public interface IOrgRepository :IRepository<Org>
|
||||
{
|
||||
IEnumerable<Org> LoadOrgs();
|
||||
|
||||
IEnumerable<Org> LoadByUser(int userId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user