Added Source Chapter and Source Page entities.
This commit is contained in:
@@ -11,5 +11,5 @@ public class Manga
|
||||
public virtual ICollection<MangaSource> Sources { get; set; } = [];
|
||||
public virtual ICollection<MangaContributor> Contributors { get; set; } = [];
|
||||
public virtual ICollection<MangaGenre> Genres { get; set; } = [];
|
||||
public virtual ICollection<MangaChapter> Chapters { get; set; } = [];
|
||||
//public virtual ICollection<MangaChapter> Chapters { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user