React to AuthZ changes

This commit is contained in:
Hao Kung 2015-02-16 15:59:19 -08:00
parent fc933c83c2
commit 60384e17eb
4 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@ using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.AspNet.SignalR;
using Microsoft.AspNet.SignalR.Infrastructure;
using Microsoft.AspNet.Security;
using Microsoft.Data.Entity;
using Microsoft.Framework.Cache.Memory;
using MusicStore.Hubs;

View File

@ -6,6 +6,7 @@ using Microsoft.AspNet.Hosting;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.AspNet.Security;
using Microsoft.Framework.DependencyInjection;
using MusicStore.Models;

View File

@ -4,6 +4,7 @@ using System.Security.Principal;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Security;
using MusicStore.Models;
namespace MusicStore.Controllers

View File

@ -3,6 +3,7 @@ using System.Security.Principal;
using System.Threading.Tasks;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Security;
using MusicStore.Models;
namespace MusicStore.Controllers