RoutineUpdate

This commit is contained in:
yubaolee
2015-12-05 21:24:01 +08:00
parent af5e04d62f
commit 0e98a6e3c8
11 changed files with 341 additions and 277 deletions

View File

@@ -66,6 +66,13 @@ namespace OpenAuth.UnitTest
Console.WriteLine(user.Name);
}
[TestMethod]
public void TestFind()
{
var user = _app.Find(21);
Console.WriteLine(user.Name);
}
private UserView Add()
{