Ejemplo n.º 1
0
 public AsyncClient(IResponseFabric responseFabric)
 {
     this.responseFabric = responseFabric;
 }
Ejemplo n.º 2
0
 public AsyncListener(IResponseFabric responseFabric)
 {
     this.responseFabric = responseFabric;
 }