示例#1
0
 public ActionInvokerFactory(IActionResultFactory actionResultFactory,
                             IActionDescriptorProvider actionDescriptorProvider, 
                             IActionInvokerProvider actionInvokerProvider)
 {
     _actionResultFactory = actionResultFactory;
     _actionDescriptorProvider = actionDescriptorProvider;
     _actionInvokerProvider = actionInvokerProvider;
 }
示例#2
0
 public ActionInvokerFactory(IActionResultFactory actionResultFactory,
                             IActionDescriptorProvider actionDescriptorProvider, 
                             IActionInvokerProvider actionInvokerProvider)
 {
     _actionResultFactory = actionResultFactory;
     _actionDescriptorProvider = actionDescriptorProvider;
     _actionInvokerProvider = actionInvokerProvider;
 }