Exemplo n.º 1
0
 public void Rollback(Enlistment enlistment)
 {
     database.Rollback(txId);
     enlistment.Done();
 }