Exemple #1
0
 internal InvocationWriter(IEchoWriter echoWriter)
 {
     _echoWriter = echoWriter;
 }
Exemple #2
0
 public Recorder(IEchoWriter echoWriter)
     : this(new InvocationWriter(echoWriter))
 {
 }