Exemplo n.º 1
0
 public void AddRoleClaim(RoleClaim roleClaim)
 {
     roleClaim.Role   = this;
     roleClaim.RoleId = this.Id;
     this._roleClaims.Add(roleClaim);
 }
Exemplo n.º 2
0
 public void AddHoleClaim(RoleClaim holeClaim)
 {
     holeClaim.Claim   = this;
     holeClaim.ClaimId = this.Id;
     this._roleClaims.Add(holeClaim);
 }