diff --git a/Yavsc/ApiControllers/BlogApiController.cs b/Yavsc/ApiControllers/BlogApiController.cs index b7a640f9..ba33017d 100644 --- a/Yavsc/ApiControllers/BlogApiController.cs +++ b/Yavsc/ApiControllers/BlogApiController.cs @@ -1,6 +1,5 @@ using System.Collections.Generic; using System.Linq; -using System.Threading.Tasks; using Microsoft.AspNet.Http; using Microsoft.AspNet.Mvc; using Microsoft.Data.Entity; diff --git a/Yavsc/Migrations/20160802143258_bcontentornot.Designer.cs b/Yavsc/Migrations/20160802143258_bcontentornot.Designer.cs index 1df2854b..754cc24a 100644 --- a/Yavsc/Migrations/20160802143258_bcontentornot.Designer.cs +++ b/Yavsc/Migrations/20160802143258_bcontentornot.Designer.cs @@ -1,7 +1,6 @@ using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Infrastructure; -using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Migrations; using Yavsc.Models; diff --git a/Yavsc/Migrations/20160802145351_camelCaseBlog.Designer.cs b/Yavsc/Migrations/20160802145351_camelCaseBlog.Designer.cs index 2516eaff..7cf895c0 100644 --- a/Yavsc/Migrations/20160802145351_camelCaseBlog.Designer.cs +++ b/Yavsc/Migrations/20160802145351_camelCaseBlog.Designer.cs @@ -1,7 +1,6 @@ using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Infrastructure; -using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Migrations; using Yavsc.Models; diff --git a/Yavsc/Migrations/ApplicationDbContextModelSnapshot.cs b/Yavsc/Migrations/ApplicationDbContextModelSnapshot.cs index b91906e9..8fcdf52d 100644 --- a/Yavsc/Migrations/ApplicationDbContextModelSnapshot.cs +++ b/Yavsc/Migrations/ApplicationDbContextModelSnapshot.cs @@ -1,8 +1,6 @@ using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Infrastructure; -using Microsoft.Data.Entity.Metadata; -using Microsoft.Data.Entity.Migrations; using Yavsc.Models; namespace Yavsc.Migrations