File tree Expand file tree Collapse file tree
BuildingBlocks/EventBus/EventBus
Events/IntegrationEventLog
Services/Catalog/Catalog.API Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99 <ItemGroup >
1010 <Folder Include =" Abstractions\" />
11- <Folder Include =" Events\" />
1211 </ItemGroup >
1312
1413 <ItemGroup >
Original file line number Diff line number Diff line change 22using System . Collections . Generic ;
33using System . Text ;
44
5- namespace Microsoft . eShopOnContainers . BuildingBlocks . EventBus . Events
5+ namespace Microsoft . eShopOnContainers . BuildingBlocks . EventBus . Events . IntegrationEventLog
66{
77 public enum EventStateEnum
88 {
Original file line number Diff line number Diff line change 33using System . Text ;
44using Newtonsoft . Json ;
55
6- namespace Microsoft . eShopOnContainers . BuildingBlocks . EventBus . Events
6+ namespace Microsoft . eShopOnContainers . BuildingBlocks . EventBus . Events . IntegrationEventLog
77{
88 public class IntegrationEventLogEntry
99 {
Original file line number Diff line number Diff line change 11using Microsoft . AspNetCore . Mvc ;
22using Microsoft . EntityFrameworkCore ;
33using Microsoft . eShopOnContainers . BuildingBlocks . EventBus . Abstractions ;
4- using Microsoft . eShopOnContainers . BuildingBlocks . EventBus . Events ;
4+ using Microsoft . eShopOnContainers . BuildingBlocks . EventBus . Events . IntegrationEventLog ;
55using Microsoft . eShopOnContainers . Services . Catalog . API . Infrastructure ;
66using Microsoft . eShopOnContainers . Services . Catalog . API . IntegrationEvents . Events ;
77using Microsoft . eShopOnContainers . Services . Catalog . API . Model ;
Original file line number Diff line number Diff line change 22{
33 using EntityFrameworkCore . Metadata . Builders ;
44 using Microsoft . EntityFrameworkCore ;
5- using Model ;
6- using Microsoft . eShopOnContainers . BuildingBlocks . EventBus . Events ;
5+ using Model ;
6+ using Microsoft . eShopOnContainers . BuildingBlocks . EventBus . Events . IntegrationEventLog ;
77
88 public class CatalogContext : DbContext
99 {
You can’t perform that action at this time.
0 commit comments