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