Exemplo n.º 1
0
 public ReturnCorrelationIDEchoService(IInteractionState state)
 {
     _state = state;
 }
Exemplo n.º 2
0
 public InteractionLoggingInspector(IInteractionLog log, IInteractionState state)
 {
     _log   = log;
     _state = state;
 }
Exemplo n.º 3
0
 public FileInteractionLog(IInteractionState state)
 {
     _state = state;
 }