mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
更改PDM文件
删除为用户分配可见机构(本身有机构功能) 删除为角色分配机构(本身有机构多对多功能)
This commit is contained in:
@@ -12,6 +12,8 @@ namespace OpenAuth.Domain.Interface
|
||||
|
||||
IEnumerable<Org> LoadByUser(Guid userId);
|
||||
|
||||
IEnumerable<Org> LoadByRole(Guid roleId);
|
||||
|
||||
/// <summary>
|
||||
/// 得到全部子部门
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user