public RepoWatcher(StatusRepo repo) { _timer = new TimerWithElapsedCancellation(TimerTime, () => { repo.UpdateTotals(); return(true); }); }
public RepoWatcher(StatusRepo repo) { _timer = new TimerWithElapsedCancellation(TimerTime, () => { repo.UpdateTotals(); return true; }); }