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