Example #1
0
 public SystemRoleChecker(ActionRegister actionRegister)
 {
     this.actionRegister = actionRegister;
 }
Example #2
0
 public SystemPermissionManager(ActionRegister actionRegister) : base(new SystemRoleChecker(actionRegister))
 {
     this.actionRegister = actionRegister;
 }