Removed primary ctor usage
This commit is contained in:
parent
fdeff1188b
commit
6279229a7c
|
|
@ -1469,7 +1469,7 @@ namespace Microsoft.AspNet.Mvc.Test
|
|||
}
|
||||
|
||||
[Route("api")]
|
||||
private class AttributeRoutedController()
|
||||
private class AttributeRoutedController
|
||||
{
|
||||
[HttpGet("AttributeRoute")]
|
||||
public void AttributeRoutedAction() { }
|
||||
|
|
|
|||
Loading…
Reference in New Issue