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

@ -5,7 +5,7 @@
"Microsoft.AspNet.ConfigurationModel": "0.1-alpha-*",
"Microsoft.AspNet.DependencyInjection" : "0.1-alpha-*",
"Microsoft.AspNet.Routing" : "0.1-alpha-*",
"Microsoft.AspNet.Mvc.ModelBinding" : "",
"Microsoft.AspNet.Mvc.ModelBinding" : "",
"Microsoft.AspNet.Mvc.Core" : "",
"Microsoft.AspNet.Mvc" : "",
"Microsoft.AspNet.Mvc.Razor": ""

View File

@ -2,7 +2,6 @@ namespace Microsoft.AspNet.Mvc
{
public interface IFilter
{
// Marker only interface to any IFilter gets picked up by the DefaultActionDescriptorProvider
int Order { get; }
}
}