more info from Me
This commit is contained in:
parent
230b66885e
commit
a4253ae35c
3 changed files with 44 additions and 23 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue