Exemplo n.º 1
0
 public QueueInformationsController(
     PinponQueueContext context,
     IHubContext <PinponHub> hubContext)
 {
     _context        = context;
     this.hubContext = hubContext;
 }
Exemplo n.º 2
0
 public PinponHub(
     ILogger <PinponHub> logger,
     PinponQueueContext context)
     : base()
 {
     this.logger  = logger;
     this.context = context;
 }