Esempio n. 1
0
 Task IOutputChannel.SendAsync(Message message)
 {
     return(_serviceChannel.SendAsync(message));
 }