public void sendCommand(OutgoingAggreGateCommand cmd)
 {
     cmd.send(streamWrapper);
 }
Exemplo n.º 2
0
 protected override void send(OutgoingAggreGateCommand cmd)
 {
     cmd.send(streamWrapper);
 }