Fix for moving extension methods to IServiceCollection

This commit is contained in:
Hao Kung 2014-05-02 12:37:05 -07:00
parent 1faa6f018b
commit 9bf42374b0
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
using System;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Security.Authorization;
using Moq;