Removed all the unused directives in the Solution with the assistance of Resharper

This commit is contained in:
Hemant Kumar Dundigalla
2018-10-06 23:21:15 +01:00
parent 1b5b179c7f
commit 6299d5ccc7
36 changed files with 18 additions and 74 deletions

View File

@@ -1,6 +1,4 @@
using Microsoft.eShopWeb.Web.Services;
using Microsoft.AspNetCore.Mvc;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
namespace Microsoft.eShopWeb.Web.Controllers.Api
{

View File

@@ -2,8 +2,6 @@
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;
using Microsoft.eShopWeb.Web.ViewModels;
using System;
using Microsoft.eShopWeb.ApplicationCore.Entities.OrderAggregate;
using Microsoft.eShopWeb.ApplicationCore.Interfaces;
using System.Linq;
using Microsoft.eShopWeb.ApplicationCore.Specifications;