コード例 #1
0
 public SessionRecordingResultsService(SessionRecordingResults results)
 {
     _results = results;
 }
コード例 #2
0
 public SessionRecordingResultsControlService(ISessionsControl sessions, SessionRecordingResults results)
 {
     _results  = results;
     _sessions = sessions;
 }