Remove comment

This commit is contained in:
Yishai Galatzer 2014-03-05 21:50:55 -08:00
parent 1bcd35f5f1
commit 5503aa7b4a
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ using MvcSample.Models;
namespace MvcSample
{
// Expected order in descriptor - object -> int -> string
// TODO: Add a real filter here
[ServiceFilter(typeof(PassThroughAttribute), Order = 1)]
[ServiceFilter(typeof(PassThroughAttribute))]
[PassThrough(Order = 0)]