test: add Obsolete attribute

This commit is contained in:
Argo Zhang 2019-06-05 18:19:00 +08:00
parent 6e5bb03490
commit 17444860c8
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ namespace Bootstrap.DataAccess
public override WebSocketManager WebSockets => throw new NotImplementedException();
[Obsolete]
public override AuthenticationManager Authentication => throw new NotImplementedException();
public override ClaimsPrincipal User { get; set; } = new ClaimsPrincipal(new System.Security.Principal.GenericIdentity("User"));