Exemplo n.º 1
0
 /// <summary>
 /// Instructs the journal to prepare its storage space if needed.
 /// </summary>
 public void EnsureJournal()
 {
     _journal.CreateJournal();
 }