more info from Me
This commit is contained in:
@ -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(),
|
||||
|
Reference in New Issue
Block a user