Browse Source

Remove unused class

pull/223/head
Christian Arenas 7 years ago
parent
commit
baab0d2a98
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      src/Services/Marketing/Marketing.API/Model/Location.cs

+ 0
- 9
src/Services/Marketing/Marketing.API/Model/Location.cs 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; }
}
}

Loading…
Cancel
Save