From 298e42b1abf2040caa8393723fcac91e3e0cc3af Mon Sep 17 00:00:00 2001 From: Vijay Bikka Date: Tue, 24 Dec 2019 11:05:07 -0800 Subject: [PATCH] refactored --- src/Services/Basket/Basket.API/Basket.API.csproj | 2 -- src/Services/Basket/Basket.API/Grpc/BasketService.cs | 4 ---- 2 files changed, 6 deletions(-) diff --git a/src/Services/Basket/Basket.API/Basket.API.csproj b/src/Services/Basket/Basket.API/Basket.API.csproj index f10682dcb..b0e9ca4ca 100644 --- a/src/Services/Basket/Basket.API/Basket.API.csproj +++ b/src/Services/Basket/Basket.API/Basket.API.csproj @@ -52,8 +52,6 @@ - - diff --git a/src/Services/Basket/Basket.API/Grpc/BasketService.cs b/src/Services/Basket/Basket.API/Grpc/BasketService.cs index ec162b815..b088a0edb 100644 --- a/src/Services/Basket/Basket.API/Grpc/BasketService.cs +++ b/src/Services/Basket/Basket.API/Grpc/BasketService.cs @@ -4,15 +4,11 @@ using Microsoft.eShopOnContainers.Services.Basket.API.Model; using Microsoft.Extensions.Logging; using System.Linq; using System.Threading.Tasks; -using GrpcBasket; using Basket.API.IntegrationEvents.Events; using System; using Microsoft.eShopOnContainers.Services.Basket.API.Services; using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions; using Microsoft.eShopOnContainers.Services.Basket.API; -using Microsoft.AspNetCore.Http; -using Grpc.AspNetCore.Server.Internal; -using System.Security.Claims; namespace GrpcBasket {