private void Save()
 {
     if (_bookmark != null)
     {
         _bookmark.SetHistory("bookmark", _repository.ProjectGUID, _bookmark.GetAll());
         _history.SetHistory("history", _repository.ProjectGUID, _history.GetAll());
     }
 }
Esempio n. 2
0
 private void Save()
 {
     _historyList?.SetHistory("history", _repository.ProjectGUID, _historyList.GetAll());
 }