Browse Source

Cleanup commented code

pull/1207/head
Vijay Bikka 5 years ago
parent
commit
3622c376a8
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      src/Services/Basket/Basket.API/Startup.cs

+ 0
- 3
src/Services/Basket/Basket.API/Startup.cs View File

@ -24,8 +24,6 @@ using Microsoft.eShopOnContainers.Services.Basket.API.IntegrationEvents.EventHan
using Microsoft.eShopOnContainers.Services.Basket.API.IntegrationEvents.Events;
using Microsoft.eShopOnContainers.Services.Basket.API.Model;
using Microsoft.eShopOnContainers.Services.Basket.API.Services;
using Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.BuyerAggregate;
using Microsoft.eShopOnContainers.Services.Ordering.Infrastructure.Repositories;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Diagnostics.HealthChecks;
@ -172,7 +170,6 @@ namespace Microsoft.eShopOnContainers.Services.Basket.API
services.AddSingleton<IHttpContextAccessor, HttpContextAccessor>();
services.AddTransient<IBasketRepository, RedisBasketRepository>();
services.AddTransient<IIdentityService, IdentityService>();
//services.AddTransient<IBuyerRepository, BuyerRepository>();
services.AddOptions();


Loading…
Cancel
Save