renamed
This commit is contained in:
14
Yavsc.Server/Models/Relationship/LocationKind.cs
Normal file
14
Yavsc.Server/Models/Relationship/LocationKind.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Yavsc.Models.Relationship
|
||||
{
|
||||
public enum LocationKind
|
||||
{
|
||||
|
||||
PostalAddress,
|
||||
LocationName,
|
||||
City
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user