Exemple #1
0
 public RecordingController(
     ISpindelClient spindelClient,
     IHubContext <NotifyHub, IClientSpindelDataHub> notifyHub,
     iSpindelContext context)
 {
     _context            = context;
     this._spindelClient = spindelClient;
     this._notifyHub     = notifyHub;
 }
Exemple #2
0
 public DataSeriesController(iSpindelContext context, IHubContext <NotifyHub, IClientSpindelDataHub> hubContext)
 {
     _context        = context;
     this.hubContext = hubContext;
 }