Ejemplo n.º 1
0
 public Broker(IBrokerImpl <INngMsg> implementation)
 {
     this.implementation = implementation;
 }
Ejemplo n.º 2
0
 public Broker(IBrokerImpl <IMessage> implementation)
 {
     this.implementation = implementation;
 }