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