调整结构

This commit is contained in:
yubaolee
2017-10-11 16:19:34 +08:00
parent 22ba70b47c
commit 0659eb84c1
101 changed files with 2349 additions and 2224 deletions

View File

@@ -45,7 +45,7 @@ namespace OpenAuth.UnitTest
[TestMethod]
public void GetUser()
{
var users = _app.Load(new Guid("990cb229-cc18-41f3-8e2b-13f0f0110798"), 2, 30);
var users = _app.Load("990cb229-cc18-41f3-8e2b-13f0f0110798", 2, 30);
Console.WriteLine(users.total);
}