mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
实现了ztree与datagrid互动
This commit is contained in:
@@ -77,5 +77,10 @@ namespace OpenAuth.App
|
||||
{
|
||||
return _repository.Find(u => u.ParentId == orgId);
|
||||
}
|
||||
|
||||
public void DelOrg(int Id)
|
||||
{
|
||||
_repository.Delete(u =>u.Id ==Id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user