From 4701b898848377737831f8e9e9a1a2c73ef7698f Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 28 Feb 2017 14:53:26 +0100 Subject: [PATCH] cleaning --- Yavsc/Controllers/BrusherProfileController.cs | 2 -- Yavsc/Migrations/20170228115359_brusherProfile.Designer.cs | 1 - Yavsc/Migrations/20170228115359_brusherProfile.cs | 2 -- Yavsc/Migrations/ApplicationDbContextModelSnapshot.cs | 2 -- 4 files changed, 7 deletions(-) diff --git a/Yavsc/Controllers/BrusherProfileController.cs b/Yavsc/Controllers/BrusherProfileController.cs index 35644de3..a1a79074 100644 --- a/Yavsc/Controllers/BrusherProfileController.cs +++ b/Yavsc/Controllers/BrusherProfileController.cs @@ -1,4 +1,3 @@ -using System.Linq; using System.Threading.Tasks; using Microsoft.AspNet.Mvc; using System.Security.Claims; @@ -6,7 +5,6 @@ using Microsoft.Data.Entity; using Yavsc.Models; using Yavsc.Models.Haircut; using Microsoft.AspNet.Authorization; -using System; namespace Yavsc.Controllers { diff --git a/Yavsc/Migrations/20170228115359_brusherProfile.Designer.cs b/Yavsc/Migrations/20170228115359_brusherProfile.Designer.cs index 632c23da..999f00b9 100644 --- a/Yavsc/Migrations/20170228115359_brusherProfile.Designer.cs +++ b/Yavsc/Migrations/20170228115359_brusherProfile.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/20170228115359_brusherProfile.cs b/Yavsc/Migrations/20170228115359_brusherProfile.cs index 8c033090..868d9dda 100644 --- a/Yavsc/Migrations/20170228115359_brusherProfile.cs +++ b/Yavsc/Migrations/20170228115359_brusherProfile.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Microsoft.Data.Entity.Migrations; namespace Yavsc.Migrations diff --git a/Yavsc/Migrations/ApplicationDbContextModelSnapshot.cs b/Yavsc/Migrations/ApplicationDbContextModelSnapshot.cs index a6fcd8d4..f38231cd 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