public GetStatus(IStopwatchDetails stopwatchDetails)
 {
     _stopwatchDetails = stopwatchDetails;
 }
Exemple #2
0
 public SaveStatus(IStopwatchDetails stopwatchDetails)
 {
     _stopwatchDetails = stopwatchDetails;
 }