mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
修改界面,重构授权代码
This commit is contained in:
@@ -11,7 +11,12 @@ namespace OpenAuth.Domain.Interface
|
||||
IEnumerable<Category> LoadInOrgs(params Guid[] orgId);
|
||||
int GetCategoryCntInOrgs(params Guid[] orgIds);
|
||||
IEnumerable<Category> LoadInOrgs(int pageindex, int pagesize, params Guid[] orgIds);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 获取子分类ID
|
||||
/// </summary>
|
||||
Guid[] GetSubIds(Guid orgId);
|
||||
|
||||
void Delete(Guid id);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user