CR feedback
This commit is contained in:
parent
a55a71a4f8
commit
7cf40c8a50
|
|
@ -2,7 +2,6 @@ namespace Microsoft.AspNet.Mvc
|
||||||
{
|
{
|
||||||
public interface IFilter
|
public interface IFilter
|
||||||
{
|
{
|
||||||
// Marker only interface to any IFilter gets picked up by the DefaultActionDescriptorProvider
|
|
||||||
int Order { get; }
|
int Order { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue