From e921dd74ed41d5ccd87fc80c644d64cb9b8234c5 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 24 Jan 2017 15:18:46 +0100 Subject: [PATCH] cleaning --- Yavsc/Migrations/20170124090324_commandForms.Designer.cs | 1 - Yavsc/Migrations/20170124090324_commandForms.cs | 2 -- Yavsc/Migrations/ApplicationDbContextModelSnapshot.cs | 2 -- 3 files changed, 5 deletions(-) diff --git a/Yavsc/Migrations/20170124090324_commandForms.Designer.cs b/Yavsc/Migrations/20170124090324_commandForms.Designer.cs index af4b6349..31f5e6da 100644 --- a/Yavsc/Migrations/20170124090324_commandForms.Designer.cs +++ b/Yavsc/Migrations/20170124090324_commandForms.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/20170124090324_commandForms.cs b/Yavsc/Migrations/20170124090324_commandForms.cs index 17994287..f759198f 100644 --- a/Yavsc/Migrations/20170124090324_commandForms.cs +++ b/Yavsc/Migrations/20170124090324_commandForms.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 1c029a49..09dc1966 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