Ejemplo n.º 1
0
 public void PersistDiary()
 {
     _dreamDiary.Persist();
     DiaryPersisted?.Invoke(this, EventArgs.Empty);
 }
Ejemplo n.º 2
0
 private void PersistDiary()
 {
     SetBusyStatus();
     _viewModel.Persist();
 }