seems to be safer

main
Paul Schneider 9 years ago
parent 54a682cdf2
commit 80b91cf480
1 changed files with 1 additions and 1 deletions

@ -13,7 +13,7 @@ namespace Yavsc.Models
public string Name { get; set; } public string Name { get; set; }
public string OwnerId { get; set; } public string OwnerId { get; set; }
[ForeignKey("OwnerId"),JsonIgnore] [ForeignKey("OwnerId"),JsonIgnore,NotMapped]
public virtual ApplicationUser Owner { get; set; } public virtual ApplicationUser Owner { get; set; }
[InverseProperty("Circle")] [InverseProperty("Circle")]

Loading…