Ejemplo n.º 1
0
 public CustomerId GetCustomerId(ClaimsPrincipal principal)
 {
     return(CustomerId.FromString(GetCustomerIdClaim(principal)));
 }