Beispiel #1
0
 public MarkersController(IEFRepository repository, IHubContext <LiveMarkerHub> hubContext, IHubContext <LiveNotificationHub> hubNotificationContext, ISlaMarkerService slaService)
 {
     this._repository             = repository;
     this._hubContext             = hubContext;
     this._hubNotificationContext = hubNotificationContext;
     this._slaMarkerService       = slaService;
 }
 public SlaMarkersController(ISlaMarkerService slaService)
 {
     this._slaMarkerService = slaService;
 }