From eace13abd7d37ef5f6095786f9ca258ad172888b Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 15 May 2017 15:40:14 +0200 Subject: [PATCH] removes unnecessary usings --- Yavsc/Helpers/PayPalHelpers.cs | 1 - Yavsc/Migrations/20170513213829_paypalids.Designer.cs | 1 - Yavsc/Migrations/20170513213829_paypalids.cs | 2 -- Yavsc/Migrations/20170514123122_links.Designer.cs | 1 - Yavsc/Migrations/20170514123122_links.cs | 2 -- Yavsc/Migrations/ApplicationDbContextModelSnapshot.cs | 2 -- 6 files changed, 9 deletions(-) diff --git a/Yavsc/Helpers/PayPalHelpers.cs b/Yavsc/Helpers/PayPalHelpers.cs index 97e6af4a..879567c0 100644 --- a/Yavsc/Helpers/PayPalHelpers.cs +++ b/Yavsc/Helpers/PayPalHelpers.cs @@ -1,6 +1,5 @@ using System.Collections.Generic; using Microsoft.Extensions.Logging; -using Newtonsoft.Json; using PayPal.Api; using PayPal.Exception; using Yavsc.Models.Billing; diff --git a/Yavsc/Migrations/20170513213829_paypalids.Designer.cs b/Yavsc/Migrations/20170513213829_paypalids.Designer.cs index 1ab7152e..6e9faa2d 100644 --- a/Yavsc/Migrations/20170513213829_paypalids.Designer.cs +++ b/Yavsc/Migrations/20170513213829_paypalids.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/20170513213829_paypalids.cs b/Yavsc/Migrations/20170513213829_paypalids.cs index abb2cb37..345fc262 100644 --- a/Yavsc/Migrations/20170513213829_paypalids.cs +++ b/Yavsc/Migrations/20170513213829_paypalids.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Microsoft.Data.Entity.Migrations; namespace Yavsc.Migrations diff --git a/Yavsc/Migrations/20170514123122_links.Designer.cs b/Yavsc/Migrations/20170514123122_links.Designer.cs index 6e7534de..4ad85504 100644 --- a/Yavsc/Migrations/20170514123122_links.Designer.cs +++ b/Yavsc/Migrations/20170514123122_links.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/20170514123122_links.cs b/Yavsc/Migrations/20170514123122_links.cs index 4332c776..a896e1c0 100644 --- a/Yavsc/Migrations/20170514123122_links.cs +++ b/Yavsc/Migrations/20170514123122_links.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 36960a53..66f52387 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