refact + owner required for a circle

This commit is contained in:
2019-08-05 02:22:11 +02:00
parent 8eddb95fa5
commit 40c9c9bba9
262 changed files with 3053 additions and 2 deletions

View File

@ -13,7 +13,10 @@ namespace Yavsc.Models.Relationship
public bool Public { get; set; }
[Required]
public string Name { get; set; }
[Required]
public string OwnerId { get; set; }
[ForeignKey("OwnerId"),JsonIgnore,NotMapped]