// Oooh. That's messy.

        void IActionHandler.Execute(IDataContext dataContext, DelegateExecute nextExecute)
        {
            actionHelper.Execute(dataContext, nextExecute);
        }
Пример #2
0
 void IExecutableAction.Execute(IDataContext dataContext, DelegateExecute nextExecute)
 {
     actionHelper.Execute(dataContext, nextExecute);
 }