Ejemplo n.º 1
0
 public Task <bool> GetTwoFactorEnabledAsync(TUser user)
 {
     return(_userStore.GetTwoFactorEnabledAsync(Mapper.Map <IdentityUser>(user)));
 }