From 044142f8ddee517fc71e7fb6b2f7d6c63ac078b3 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 1 Jun 2017 14:01:33 +0200 Subject: [PATCH] cleaning using refs --- Yavsc/Controllers/PeriodController.cs | 2 -- Yavsc/Migrations/20170601115553_period.Designer.cs | 1 - Yavsc/Migrations/20170601115553_period.cs | 1 - Yavsc/Migrations/ApplicationDbContextModelSnapshot.cs | 2 -- Yavsc/Models/ApplicationDbContext.cs | 1 - 5 files changed, 7 deletions(-) diff --git a/Yavsc/Controllers/PeriodController.cs b/Yavsc/Controllers/PeriodController.cs index fb496ad6..aedf5406 100644 --- a/Yavsc/Controllers/PeriodController.cs +++ b/Yavsc/Controllers/PeriodController.cs @@ -1,7 +1,5 @@ -using System.Linq; using System.Threading.Tasks; using Microsoft.AspNet.Mvc; -using Microsoft.AspNet.Mvc.Rendering; using Microsoft.Data.Entity; using Yavsc.Models; using Yavsc.Models.Calendar; diff --git a/Yavsc/Migrations/20170601115553_period.Designer.cs b/Yavsc/Migrations/20170601115553_period.Designer.cs index 8dbb8d36..5f944739 100644 --- a/Yavsc/Migrations/20170601115553_period.Designer.cs +++ b/Yavsc/Migrations/20170601115553_period.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/20170601115553_period.cs b/Yavsc/Migrations/20170601115553_period.cs index ab828f30..62edc3c9 100644 --- a/Yavsc/Migrations/20170601115553_period.cs +++ b/Yavsc/Migrations/20170601115553_period.cs @@ -1,5 +1,4 @@ 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 6f2a50e8..856c00cf 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 diff --git a/Yavsc/Models/ApplicationDbContext.cs b/Yavsc/Models/ApplicationDbContext.cs index bd68d93d..5d702ae7 100644 --- a/Yavsc/Models/ApplicationDbContext.cs +++ b/Yavsc/Models/ApplicationDbContext.cs @@ -7,7 +7,6 @@ using Microsoft.AspNet.Identity.EntityFramework; using Microsoft.Data.Entity; using System.Threading; using Yavsc.Models.Haircut; -using Yavsc.Models.Calendar; namespace Yavsc.Models {