more info from Me

This commit is contained in:
2018-01-15 14:09:19 +01:00
parent 73c27d0e68
commit 7279ac292a
3 changed files with 44 additions and 23 deletions

View File

@ -27,7 +27,7 @@ namespace Yavsc.Models.Relationship
}
public class Location : Position {
public class Location : Position, ILocation {
[Key, DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public long Id { get; set; }
[Required(),