From 3a7c464ce6e005f698c0f923a45478e8a5710d7a Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 17 May 2017 01:43:05 +0200 Subject: [PATCH] Consentir --- Yavsc/Migrations/20170516181745_paymentConsent.Designer.cs | 1 - Yavsc/Migrations/20170516181745_paymentConsent.cs | 3 +-- Yavsc/Migrations/ApplicationDbContextModelSnapshot.cs | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Yavsc/Migrations/20170516181745_paymentConsent.Designer.cs b/Yavsc/Migrations/20170516181745_paymentConsent.Designer.cs index 58a0e36f..521f146b 100644 --- a/Yavsc/Migrations/20170516181745_paymentConsent.Designer.cs +++ b/Yavsc/Migrations/20170516181745_paymentConsent.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/20170516181745_paymentConsent.cs b/Yavsc/Migrations/20170516181745_paymentConsent.cs index 8e1f7d64..6087c1cb 100644 --- a/Yavsc/Migrations/20170516181745_paymentConsent.cs +++ b/Yavsc/Migrations/20170516181745_paymentConsent.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 e47e2722..013b510d 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