Formatting
This commit is contained in:
parent
c321e40d44
commit
2688029682
|
|
@ -13,9 +13,9 @@ namespace Microsoft.AspNet.Mvc
|
|||
private readonly IParameterDescriptorFactory _parameterDescriptorFactory;
|
||||
|
||||
public ReflectedActionDescriptorProvider(IControllerAssemblyProvider controllerAssemblyProvider,
|
||||
IActionDiscoveryConventions conventions,
|
||||
IControllerDescriptorFactory controllerDescriptorFactory,
|
||||
IParameterDescriptorFactory parameterDescriptorFactory)
|
||||
IActionDiscoveryConventions conventions,
|
||||
IControllerDescriptorFactory controllerDescriptorFactory,
|
||||
IParameterDescriptorFactory parameterDescriptorFactory)
|
||||
{
|
||||
_controllerAssemblyProvider = controllerAssemblyProvider;
|
||||
_conventions = conventions;
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@ namespace Microsoft.AspNet.Mvc
|
|||
private readonly IControllerFactory _controllerFactory;
|
||||
|
||||
public ReflectedActionInvoker(ActionContext actionContext,
|
||||
ReflectedActionDescriptor descriptor,
|
||||
IActionResultFactory actionResultFactory,
|
||||
IControllerFactory controllerFactory,
|
||||
IServiceProvider serviceProvider)
|
||||
ReflectedActionDescriptor descriptor,
|
||||
IActionResultFactory actionResultFactory,
|
||||
IControllerFactory controllerFactory,
|
||||
IServiceProvider serviceProvider)
|
||||
{
|
||||
_actionContext = actionContext;
|
||||
_descriptor = descriptor;
|
||||
|
|
|
|||
Loading…
Reference in New Issue