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