Fix MusicStore.Spa

This commit is contained in:
Hao Kung 2015-02-16 16:14:04 -08:00
parent 71a4b6f6b7
commit af58d878ba
3 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Security;
using MusicStore.Infrastructure;
using MusicStore.Models;
using MusicStore.Spa.Infrastructure;

View File

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

View File

@ -1,5 +1,6 @@
using System.Security.Claims;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Security;
namespace MusicStore.Spa.Controllers
{