Пример #1
0
 public SessionRecordingResultsService(SessionRecordingResults results)
 {
     _results = results;
 }
 public SessionRecordingResultsControlService(ISessionsControl sessions, SessionRecordingResults results)
 {
     _results  = results;
     _sessions = sessions;
 }