示例#1
0
 public ClaimSetFileImportCommand(AddClaimSetCommand addClaimSetCommand,
                                  EditResourceOnClaimSetCommand editResourceOnClaimSetCommand,
                                  GetResourceClaimsQuery getResourceClaimsQuery,
                                  OverrideDefaultAuthorizationStrategyCommand overrideDefaultAuthorizationStrategyCommand)
 {
     _addClaimSetCommand            = addClaimSetCommand;
     _editResourceOnClaimSetCommand = editResourceOnClaimSetCommand;
     _getResourceClaimsQuery        = getResourceClaimsQuery;
     _overrideDefaultAuthorizationStrategyCommand = overrideDefaultAuthorizationStrategyCommand;
 }
示例#2
0
 public ClaimSetFileImportCommand(AddClaimSetCommand addClaimSetCommand, EditResourceOnClaimSetCommand editResourceOnClaimSetCommand, GetResourceClaimsQuery getResourceClaimsQuery)
 {
     _addClaimSetCommand            = addClaimSetCommand;
     _editResourceOnClaimSetCommand = editResourceOnClaimSetCommand;
     _getResourceClaimsQuery        = getResourceClaimsQuery;
 }