Esempio n. 1
0
 public ActionInvokerFactory(IActionResultFactory actionResultFactory,
                             IActionDescriptorProvider actionDescriptorProvider, 
                             IActionInvokerProvider actionInvokerProvider)
 {
     _actionResultFactory = actionResultFactory;
     _actionDescriptorProvider = actionDescriptorProvider;
     _actionInvokerProvider = actionInvokerProvider;
 }
Esempio n. 2
0
 public ActionInvokerFactory(IActionResultFactory actionResultFactory,
                             IActionDescriptorProvider actionDescriptorProvider, 
                             IActionInvokerProvider actionInvokerProvider)
 {
     _actionResultFactory = actionResultFactory;
     _actionDescriptorProvider = actionDescriptorProvider;
     _actionInvokerProvider = actionInvokerProvider;
 }