Remove unnecessary (and currently non-existent) namespace

This commit is contained in:
SteveSandersonMS
2015-12-14 14:39:47 +00:00
parent 75b959d459
commit ef7e136f6e

View File

@@ -8,7 +8,6 @@ using Microsoft.Data.Entity;
using AutoMapper;
using MusicStore.Models;
using MusicStore.Infrastructure;
using Microsoft.AspNet.SpaServices;
namespace MusicStore.Apis
{