예제 #1
0
 public void Rollback()
 {
     _wasRollbacked = true;
     if (_fsi != null)
     {
         _fsi.Close();
     }
 }