Exemplo n.º 1
0
 public SystemRoleChecker(ActionRegister actionRegister)
 {
     this.actionRegister = actionRegister;
 }
Exemplo n.º 2
0
 public SystemPermissionManager(ActionRegister actionRegister) : base(new SystemRoleChecker(actionRegister))
 {
     this.actionRegister = actionRegister;
 }