Пример #1
0
 public void Commit()
 {
     if (_current == null)
     {
         throw new InvalidOperationException();
     }
     _current.Commit();
 }