Remove warning on usings in Marketing.API

This commit is contained in:
Unai Zorrilla Castro 2017-08-31 16:23:51 +02:00
parent 3a9e15ba87
commit 4a6fc5299a
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@
public class UserLocationUpdatedIntegrationEvent : IntegrationEvent
{
public string UserId { get; set; }
public List<UserLocationDetails> LocationList { get; set; }
public UserLocationUpdatedIntegrationEvent(string userId, List<UserLocationDetails> locationList)

View File

@ -4,7 +4,6 @@
using Marketing.API.Model;
using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions;
using Microsoft.eShopOnContainers.Services.Marketing.API.Infrastructure.Repositories;
using Microsoft.eShopOnContainers.Services.Marketing.API.Model;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;