public RequestQuantumHandler(AuditorContext context)
     : base(context)
 {
 }
 public AuditorBaseQuantumHandler(AuditorContext context)
     : base(context)
 {
 }
Exemplo n.º 3
0
 protected AuditorClientsRequestMessageHandler(AuditorContext context)
     : base(context)
 {
 }
Exemplo n.º 4
0
 public AuditorStateRequestHandler(AuditorContext context)
     : base(context)
 {
 }
Exemplo n.º 5
0
 public AuditorHandeshakeHandler(AuditorContext context)
     : base(context)
 {
 }
Exemplo n.º 6
0
 public LedgerQuantumHandler(AuditorContext context)
     : base(context)
 {
 }
 public AlphaStateHandler(AuditorContext context)
     : base(context)
 {
 }
Exemplo n.º 8
0
 public QuantaBatchHandler(AuditorContext context)
     : base(context)
 {
 }