mirror of
https://github.com/TomasiDeveloping/PlayerManagement.git
synced 2026-04-16 09:12:20 +00:00
8 lines
164 B
C#
8 lines
164 B
C#
using System.Security.Claims;
|
|
|
|
namespace Application.Interfaces;
|
|
|
|
public interface IClaimTypeService
|
|
{
|
|
string GetFullName(ClaimsPrincipal claimsPrincipal);
|
|
} |