Exemple #1
0
 public ReturnCorrelationIDEchoService(IInteractionState state)
 {
     _state = state;
 }
Exemple #2
0
 public InteractionLoggingInspector(IInteractionLog log, IInteractionState state)
 {
     _log   = log;
     _state = state;
 }
Exemple #3
0
 public FileInteractionLog(IInteractionState state)
 {
     _state = state;
 }