完成首页按登录账号加载

This commit is contained in:
yubaolee
2015-12-01 22:25:36 +08:00
parent 2f52d6f652
commit 88c6fb144f
6 changed files with 18 additions and 36 deletions

View File

@@ -54,11 +54,6 @@ namespace OpenAuth.App
return _repository.Find(null).ToList();
}
public List<Module> LoadForNav()
{
return _repository.Find(u => u.ParentId == 0).ToList();
}
/// <summary>
/// 以组合的方式显示所有的模块信息
/// </summary>