コード例 #1
0
 public void Rollback(Enlistment enlistment)
 {
     database.Rollback(txId);
     enlistment.Done();
 }