Ejemplo n.º 1
0
            //-------------------------------------------------------------------------------------------------------------------------------------------------

            void IItemRevertFluent <T> .OnRevert(RevertableSequenceItemAction <T> revertAction)
            {
                _revert = revertAction;
            }
Ejemplo n.º 2
0
            //-------------------------------------------------------------------------------------------------------------------------------------------------

            IItemRevertFluent <T> IItemFluent <T> .OnPerform(RevertableSequenceItemAction <T> performAction)
            {
                _perform = performAction;
                return(this);
            }