IServiceContainer changes should have added this

This commit is contained in:
Ryan Nowak 2014-05-02 19:03:32 -07:00
parent 9c75813c9a
commit 490b6d1434
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
using Microsoft.AspNet;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Routing;
using MvcSample.Web.Filters;