public void Prepare(IPreparingEnlistment preparingEnlistment)
        {
            if (!this.executeHasBeenCalled)
            {
                preparingEnlistment.ForceRollback();
            }

            preparingEnlistment.Prepared();
        }
예제 #2
0
 public override void Prepare(IPreparingEnlistment enlistment)
 {
     enlistment.Prepared();
 }