示例#1
0
 public CustomerId GetCustomerId(ClaimsPrincipal principal)
 {
     return(CustomerId.FromString(GetCustomerIdClaim(principal)));
 }