CR feedback

This commit is contained in:
Yishai Galatzer 2014-03-05 21:24:51 -08:00
parent a55a71a4f8
commit 7cf40c8a50
2 changed files with 1 additions and 2 deletions

View File

@ -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; }
} }
} }