mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
调整结构
This commit is contained in:
@@ -28,7 +28,7 @@ namespace OpenAuth.UnitTest
|
||||
int val = random.Next();
|
||||
_app.AddOrUpdate(new Org
|
||||
{
|
||||
Id = Guid.Empty,
|
||||
Id = string.Empty,
|
||||
Name = "test" + val,
|
||||
CreateTime = DateTime.Now,
|
||||
ParentId = null,
|
||||
|
Reference in New Issue
Block a user