This commit is contained in:
Paul Schneider 2018-06-08 09:57:38 +02:00
commit aa3706e9c8
2 changed files with 2 additions and 2 deletions

View file

@ -1,14 +0,0 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace Yavsc.Models.Relationship
{
public enum LocationKind
{
PostalAddress,
LocationName,
City
}
}