Merge branch 'netcore2' of https://github.com/dotnet-architecture/eShopOnContainers into netcore2
This commit is contained in:
commit
7d502c0020
@ -7,6 +7,7 @@
|
|||||||
public class UserLocationUpdatedIntegrationEvent : IntegrationEvent
|
public class UserLocationUpdatedIntegrationEvent : IntegrationEvent
|
||||||
{
|
{
|
||||||
public string UserId { get; set; }
|
public string UserId { get; set; }
|
||||||
|
|
||||||
public List<UserLocationDetails> LocationList { get; set; }
|
public List<UserLocationDetails> LocationList { get; set; }
|
||||||
|
|
||||||
public UserLocationUpdatedIntegrationEvent(string userId, List<UserLocationDetails> locationList)
|
public UserLocationUpdatedIntegrationEvent(string userId, List<UserLocationDetails> locationList)
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
using Marketing.API.Model;
|
using Marketing.API.Model;
|
||||||
using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions;
|
using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions;
|
||||||
using Microsoft.eShopOnContainers.Services.Marketing.API.Infrastructure.Repositories;
|
using Microsoft.eShopOnContainers.Services.Marketing.API.Infrastructure.Repositories;
|
||||||
using Microsoft.eShopOnContainers.Services.Marketing.API.Model;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user