Пример #1
0
 private void DBCommit()
 {
     if (!_tran.IsEmpty())
     {
         _tran.Commit();
     }
 }