This repository was archived by the owner on Nov 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed
Infrastructure/Repositories Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 66using Microsoft . eShopOnContainers . Services . Basket . API . Model ;
77using Microsoft . eShopOnContainers . Services . Basket . API . Services ;
88using Microsoft . Extensions . Logging ;
9- using Serilog . Context ;
109using System ;
1110using System . Net ;
1211using System . Threading . Tasks ;
Original file line number Diff line number Diff line change 1- using Microsoft . Extensions . Logging ;
1+ using Microsoft . eShopOnContainers . Services . Basket . API . Model ;
2+ using Microsoft . Extensions . Logging ;
23using Newtonsoft . Json ;
34using StackExchange . Redis ;
45using System . Collections . Generic ;
56using System . Linq ;
67using System . Threading . Tasks ;
78
8- namespace Microsoft . eShopOnContainers . Services . Basket . API . Model
9+ namespace Microsoft . eShopOnContainers . Services . Basket . API . Infrastructure . Repositories
910{
1011 public class RedisBasketRepository : IBasketRepository
1112 {
Original file line number Diff line number Diff line change 1919using Microsoft . eShopOnContainers . BuildingBlocks . EventBus . Abstractions ;
2020using Microsoft . eShopOnContainers . BuildingBlocks . EventBusRabbitMQ ;
2121using Microsoft . eShopOnContainers . BuildingBlocks . EventBusServiceBus ;
22+ using Microsoft . eShopOnContainers . Services . Basket . API . Infrastructure . Repositories ;
2223using Microsoft . eShopOnContainers . Services . Basket . API . IntegrationEvents . EventHandling ;
2324using Microsoft . eShopOnContainers . Services . Basket . API . IntegrationEvents . Events ;
2425using Microsoft . eShopOnContainers . Services . Basket . API . Model ;
Original file line number Diff line number Diff line change 11using Basket . FunctionalTests . Base ;
2- using Microsoft . eShopOnContainers . Services . Basket . API ;
2+ using Microsoft . eShopOnContainers . Services . Basket . API . Infrastructure . Repositories ;
33using Microsoft . eShopOnContainers . Services . Basket . API . Model ;
44using Microsoft . Extensions . DependencyInjection ;
55using Microsoft . Extensions . Logging ;
6- using Microsoft . Extensions . Options ;
7- using Moq ;
86using StackExchange . Redis ;
9- using System ;
107using System . Collections . Generic ;
11- using System . Text ;
128using System . Threading . Tasks ;
139using Xunit ;
1410
You can’t perform that action at this time.
0 commit comments