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