diff --git a/Yavsc/ApiControllers/FrontOfficeApiController.cs b/Yavsc/ApiControllers/FrontOfficeApiController.cs index dbe4a832..6c1fea4e 100644 --- a/Yavsc/ApiControllers/FrontOfficeApiController.cs +++ b/Yavsc/ApiControllers/FrontOfficeApiController.cs @@ -1,12 +1,9 @@ using System; using System.Collections.Generic; -using System.Threading.Tasks; using Microsoft.AspNet.Mvc; -using Yavsc.Abstract.Workflow; using Yavsc.Helpers; using Yavsc.Models; using Yavsc.Models.Workflow; -using Yavsc.Workflow; namespace Yavsc.ApiControllers { diff --git a/Yavsc/Migrations/20180209144114_rejectQuery.Designer.cs b/Yavsc/Migrations/20180209144114_rejectQuery.Designer.cs index 5e5c15ad..5bb446e8 100644 --- a/Yavsc/Migrations/20180209144114_rejectQuery.Designer.cs +++ b/Yavsc/Migrations/20180209144114_rejectQuery.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/20180209144114_rejectQuery.cs b/Yavsc/Migrations/20180209144114_rejectQuery.cs index 1d2412f4..314d2bf3 100644 --- a/Yavsc/Migrations/20180209144114_rejectQuery.cs +++ b/Yavsc/Migrations/20180209144114_rejectQuery.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 7abb946e..ed809687 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/Services/BillingService.cs b/Yavsc/Services/BillingService.cs index 87e29563..6b4eca2d 100644 --- a/Yavsc/Services/BillingService.cs +++ b/Yavsc/Services/BillingService.cs @@ -4,7 +4,6 @@ using Microsoft.Data.Entity; using Microsoft.Extensions.Logging; using Newtonsoft.Json; using Yavsc.Abstract.Workflow; -using Yavsc.Billing; using Yavsc.Models; namespace Yavsc.Services