// Oooh. That's messy.

        void IActionHandler.Execute(IDataContext dataContext, DelegateExecute nextExecute)
        {
            actionHelper.Execute(dataContext, nextExecute);
        }
Exemplo n.º 2
0
 void IExecutableAction.Execute(IDataContext dataContext, DelegateExecute nextExecute)
 {
     actionHelper.Execute(dataContext, nextExecute);
 }