mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-18 17:17:54 +02:00
Fix relation Manga -> Tags and Manga -> Authors with many-many
This commit is contained in:
@ -55,10 +55,8 @@ public class Manga(
|
||||
[ForeignKey("MangaConnectorId")]
|
||||
public MangaConnector MangaConnector { get; private set; } = mangaConnector;
|
||||
|
||||
[ForeignKey("AuthorIds")]
|
||||
public ICollection<Author> Authors { get; internal set; } = authors;
|
||||
|
||||
[ForeignKey("TagIds")]
|
||||
public ICollection<MangaTag> Tags { get; private set; } = tags;
|
||||
|
||||
[ForeignKey("LinkIds")]
|
||||
|
Reference in New Issue
Block a user