public GetStatus(IStopwatchDetails stopwatchDetails)
 {
     _stopwatchDetails = stopwatchDetails;
 }
Esempio n. 2
0
 public SaveStatus(IStopwatchDetails stopwatchDetails)
 {
     _stopwatchDetails = stopwatchDetails;
 }