Example #1
0
 public Task AddClaimAsync(TUser user, Claim claim)
 {
     return(_userStore.AddClaimAsync(Mapper.Map <IdentityUser>(user), claim));
 }