Exemplo n.º 1
0
 public void Persist()
 {
     PersistPrimaryLines();
     if (_lines.Any(l => !l.IsPrimary))
     {
         PersistMarker();
         PersistMergeLines();
     }
     _writer.Persist();
 }