Exemplo n.º 1
0
 public virtual bool GetTwoFactorEnabled(TUser user)
 {
     return(userManager.GetTwoFactorEnabled(user.Id));
 }