Example #1
0
 public AddClaimCommandHandler(IMediator mediator, ITrustDBService trustDBService, NotificationSegment notifications, IClaimBanListService claimBanListService, ILogger <AddClaimCommandHandler> logger)
 {
     _mediator            = mediator;
     _trustDBService      = trustDBService;
     _notifications       = notifications;
     _claimBanListService = claimBanListService;
     _logger = logger;
 }
 public GraphClaimService(GraphModel graph, IPackageSchemaValidator trustSchema, IClaimBanListService claimBanListService)
 {
     Graph                = graph;
     TrustSchema          = trustSchema;
     _claimBanListService = claimBanListService;
 }