Exemplo n.º 1
0
 public static string GetTitle(this IdentityUser user)
 {
     return(user.GetProperty <string>(TitlePropertyName));
 }
Exemplo n.º 2
0
 public static string GetSocialSecurityNumber(this IdentityUser user)
 {
     return(user.GetProperty <string>(SocialSecurityNumber));
 }