コード例 #1
0
 public BusInstance(IEndpointInstance bus, AuditIngestionComponent auditIngestion)
 {
     AuditIngestion = auditIngestion;
     this.bus       = bus;
 }
コード例 #2
0
 internal FailedAuditsController(IDocumentStore store, AuditIngestionComponent auditIngestion)
 {
     this.store          = store;
     this.auditIngestion = auditIngestion;
 }