コード例 #1
0
 public QueueInformationsController(
     PinponQueueContext context,
     IHubContext <PinponHub> hubContext)
 {
     _context        = context;
     this.hubContext = hubContext;
 }
コード例 #2
0
ファイル: PinponHub.cs プロジェクト: Cellenza/ipon
 public PinponHub(
     ILogger <PinponHub> logger,
     PinponQueueContext context)
     : base()
 {
     this.logger  = logger;
     this.context = context;
 }