check issue #6

This commit is contained in:
yubaolee
2016-01-07 15:55:53 +08:00
parent f0b42e83d4
commit 5317e07ae5
6 changed files with 34 additions and 29 deletions

View File

@@ -39,7 +39,7 @@ namespace OpenAuth.App.ViewModel
/// <summary>
/// 用户可访问的机构
/// </summary>
public List<Org> AccessedOrgs { get; set; }
public IEnumerable<Org> AccessedOrgs { get; set; }
}
}