实现了ztree与datagrid互动

This commit is contained in:
yubaolee
2015-10-30 23:14:31 +08:00
parent 104866d83b
commit 1f574aca70
10 changed files with 99 additions and 52 deletions

View File

@@ -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);
}
}
}