This commit is contained in:
2017-06-08 00:26:29 +02:00
parent 3fc9e9be84
commit 5189be288b
144 changed files with 10575 additions and 1528 deletions

View File

@ -16,7 +16,7 @@ namespace Yavsc.Models.Relationship
[ForeignKey("OwnerId"),JsonIgnore,NotMapped]
public virtual ApplicationUser Owner { get; set; }
[InverseProperty("Circle")]
[InverseProperty("Circle"),JsonIgnore]
public virtual List<CircleMember> Members { get; set; }
}
}