routine update

This commit is contained in:
yubaolee
2015-11-25 22:02:12 +08:00
parent 5d3d246165
commit dd9c401a1e
4 changed files with 19 additions and 14 deletions

View File

@@ -53,12 +53,6 @@ namespace OpenAuth.Mvc.Controllers
return JsonHelper.Instance.Serialize(_app.Load(orgId, pageCurrent, pageSize));
}
//获取组织下面用户个数
public int GetCount(int orgId)
{
return _app.GetRoleCntInOrg(orgId);
}
public string Delete(string Id)
{
try

View File

@@ -52,12 +52,6 @@ namespace OpenAuth.Mvc.Controllers
return JsonHelper.Instance.Serialize(_app.Load(orgId, pageCurrent, pageSize));
}
//获取组织下面用户个数
public int GetCount(int orgId)
{
return _app.GetUserCntInOrg(orgId);
}
public string Delete(string Id)
{
try