mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-18 17:48:01 +08:00
可访问机构控制调整到UserSession
This commit is contained in:
@@ -17,13 +17,6 @@ namespace OpenAuth.UnitTest
|
||||
_app = AutofacExt.GetFromFac<OrgManagerApp>();
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void LoadChildren()
|
||||
{
|
||||
var data= _app.LoadAllChildren("fb086c51-4b41-4aa7-b54f-fb79632aaaf9");
|
||||
Debug.WriteLine(JsonHelper.Instance.Serialize(data));
|
||||
}
|
||||
|
||||
|
||||
[TestMethod]
|
||||
public void Add()
|
||||
|
Reference in New Issue
Block a user