Skip to content

Commit ec4420f

Browse files
author
Bruno Oliveira
committed
Adding missing using
1 parent 300ec60 commit ec4420f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Mvc/Mvc.Core/test/Infrastructure/ControllerActionInvokerProviderTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4+
using System;
45
using System.Collections.Generic;
56
using System.Diagnostics;
67
using System.Linq;

0 commit comments

Comments
 (0)