Ejemplo n.º 1
0
 public RoleController()
 {
     _userService        = new UserService();
     _roleService        = new RoleService();
     _constraintsService = new ConstraintsService();
     _permissionService  = new PermissionService();
 }
Ejemplo n.º 2
0
 public ConstraintController()
 {
     _constraintsService = new ConstraintsService();
     _userService        = new UserService();
 }