Exemple #1
0
 public Task <bool> HasPasswordAsync(TUser user)
 {
     return(_userStore.HasPasswordAsync(Mapper.Map <IdentityUser>(user)));
 }