This commit is contained in:
David Štaleker
2024-03-10 18:58:24 +01:00
parent 52f4900103
commit c4883e4296
39 changed files with 2068 additions and 1227 deletions

View File

@@ -35,6 +35,6 @@ namespace ZpcBulletinBoard.Models.Editor
// InvoicePart
[InverseProperty("BulletinBoard")]
public virtual ICollection<BulletinBoardPage> Pages { get; set; }
public virtual ICollection<BulletinBoardPageLink> Links { get; set; }
}
}