Remove unused class

This commit is contained in:
Christian Arenas 2017-06-01 20:26:10 +02:00
parent 8d3ae671a8
commit baab0d2a98

View File

@ -1,9 +0,0 @@
using System;
using System.Collections.Generic;
namespace Microsoft.eShopOnContainers.Services.Marketing.API.Model
{
public class Location
{
public int Id { get; set; }
}
}