Skip to content

Commit 4a6fc52

Browse files
Unai Zorrilla CastroUnai Zorrilla Castro
authored andcommitted
Remove warning on usings in Marketing.API
1 parent 3a9e15b commit 4a6fc52

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/Marketing/Marketing.API/IntegrationEvents/Events/UserLocationUpdatedIntegrationEvent.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
public class UserLocationUpdatedIntegrationEvent : IntegrationEvent
88
{
99
public string UserId { get; set; }
10+
1011
public List<UserLocationDetails> LocationList { get; set; }
1112

1213
public UserLocationUpdatedIntegrationEvent(string userId, List<UserLocationDetails> locationList)

src/Services/Marketing/Marketing.API/IntegrationEvents/Handlers/UserLocationUpdatedIntegrationEventHandler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using Marketing.API.Model;
55
using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions;
66
using Microsoft.eShopOnContainers.Services.Marketing.API.Infrastructure.Repositories;
7-
using Microsoft.eShopOnContainers.Services.Marketing.API.Model;
87
using System;
98
using System.Collections.Generic;
109
using System.Threading.Tasks;

0 commit comments

Comments
 (0)