mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
调整结构
This commit is contained in:
@@ -24,7 +24,7 @@ namespace OpenAuth.Domain.Service
|
||||
{
|
||||
public SystemAuthService(IUnitWork unitWork):base(unitWork)
|
||||
{
|
||||
_user = new User { Account = "System", Id = Guid.Empty };
|
||||
_user = new User { Account = "System", Id = string.Empty };
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user