mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
调整结构
This commit is contained in:
@@ -8,12 +8,12 @@ namespace OpenAuth.Domain.Interface
|
||||
{
|
||||
IEnumerable<Module> LoadModules(int pageindex, int pagesize);
|
||||
|
||||
IEnumerable<Module> LoadInOrgs(params Guid[] orgId);
|
||||
int GetModuleCntInOrgs(params Guid[] orgIds);
|
||||
IEnumerable<Module> LoadInOrgs(int pageindex, int pagesize, params Guid[] orgIds);
|
||||
IEnumerable<Module> LoadInOrgs(params string[] orgId);
|
||||
int GetModuleCntInOrgs(params string[] orgIds);
|
||||
IEnumerable<Module> LoadInOrgs(int pageindex, int pagesize, params string[] orgIds);
|
||||
|
||||
|
||||
void Delete(Guid id);
|
||||
void Delete(string id);
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user