Ejemplo n.º 1
0
 public DemoController(HubEventBus bus, IHubContext <AnyHub> anyHub)
 {
     _bus    = bus;
     _anyHub = anyHub;
 }
Ejemplo n.º 2
0
 public AnyHub(HubEventBus hubEventBus)
 {
     _hubEventBus = hubEventBus;
 }