mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-10 11:24:45 +08:00
RoutineUpdate
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user