Exemplo n.º 1
0
 public bool AddClaim(string userId, Claim claim)
 {
     return(_usersRepository.AddClaim(userId, claim));
 }