mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-30 21:56:37 +08:00
chore:目录重构
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Security.Claims;
|
||||
|
||||
namespace Yi.Framework.Infrastructure.CurrentUsers.Accessor
|
||||
{
|
||||
public class ThreadCurrentPrincipalAccessor : CurrentPrincipalAccessorBase
|
||||
{
|
||||
protected override ClaimsPrincipal GetClaimsPrincipal()
|
||||
{
|
||||
return Thread.CurrentPrincipal as ClaimsPrincipal;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user