Breaking changes from MVC

This commit is contained in:
Ryan Nowak 2015-09-02 08:21:46 -07:00
parent 84259975ca
commit a13dfc1eb5
2 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,12 @@
using System.Linq;
using System.Security.Claims;
using System.Security.Principal;
using System.Threading.Tasks;
using IdentitySample.Models;
using IdentitySamples;
using Microsoft.AspNet.Authentication;
using Microsoft.AspNet.Authorization;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.ActionResults;
using Microsoft.AspNet.Mvc.Rendering;
namespace IdentitySample.Controllers

View File

@ -6,6 +6,7 @@ using IdentitySamples;
using Microsoft.AspNet.Authorization;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.ActionResults;
namespace IdentitySample.Controllers
{