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