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