Exemple #1
0
 public void Send <T>(T message, RequestResponseChannel replyTo)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public void Send <T>(T message, RequestResponseChannel replyTo)
 {
     _input.Send(message);
 }