React to Authorize attribute moving

This commit is contained in:
Hao Kung 2015-02-16 15:56:30 -08:00
parent 269c7ca304
commit 86d9468e45
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ using System.Threading.Tasks;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.AspNet.Security;
namespace IdentitySample.Models
{

View File

@ -4,6 +4,7 @@ using System.Threading.Tasks;
using IdentitySample.Models;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Security;
namespace IdentitySample
{