This commit is contained in:
2018-06-08 09:57:38 +02:00
parent 0f282f588c
commit 06fdc78de7
2 changed files with 2 additions and 2 deletions

View File

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