Browse Source

refactored

pull/1207/head
Vijay Bikka 5 years ago
parent
commit
298e42b1ab
2 changed files with 0 additions and 6 deletions
  1. +0
    -2
      src/Services/Basket/Basket.API/Basket.API.csproj
  2. +0
    -4
      src/Services/Basket/Basket.API/Grpc/BasketService.cs

+ 0
- 2
src/Services/Basket/Basket.API/Basket.API.csproj View File

@ -52,8 +52,6 @@
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBusRabbitMQ\EventBusRabbitMQ.csproj" /> <ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBusRabbitMQ\EventBusRabbitMQ.csproj" />
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBusServiceBus\EventBusServiceBus.csproj" /> <ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBusServiceBus\EventBusServiceBus.csproj" />
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBus\EventBus.csproj" /> <ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBus\EventBus.csproj" />
<ProjectReference Include="..\..\Ordering\Ordering.Domain\Ordering.Domain.csproj" />
<ProjectReference Include="..\..\Ordering\Ordering.Infrastructure\Ordering.Infrastructure.csproj" />
</ItemGroup> </ItemGroup>
</Project> </Project>

+ 0
- 4
src/Services/Basket/Basket.API/Grpc/BasketService.cs View File

@ -4,15 +4,11 @@ using Microsoft.eShopOnContainers.Services.Basket.API.Model;
using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using GrpcBasket;
using Basket.API.IntegrationEvents.Events; using Basket.API.IntegrationEvents.Events;
using System; using System;
using Microsoft.eShopOnContainers.Services.Basket.API.Services; using Microsoft.eShopOnContainers.Services.Basket.API.Services;
using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions; using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions;
using Microsoft.eShopOnContainers.Services.Basket.API; using Microsoft.eShopOnContainers.Services.Basket.API;
using Microsoft.AspNetCore.Http;
using Grpc.AspNetCore.Server.Internal;
using System.Security.Claims;
namespace GrpcBasket namespace GrpcBasket
{ {


Loading…
Cancel
Save