Example #1
0
 public void Complete()
 {
     _userTransaction.State = TransactionState.Complete;
     _systemTransaction.Complete();
 }