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