using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace Yavsc.Models.Relationship { public enum LocationKind { PostalAddress, LocationName, City } }