Remove comment
This commit is contained in:
parent
1bcd35f5f1
commit
5503aa7b4a
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Reference in New Issue