Added Source Chapter and Source Page entities.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
public class MangaSource
|
||||
{
|
||||
public int MangaSourceId { get; set; }
|
||||
|
||||
public int MangaId { get; set; }
|
||||
public required Manga Manga { get; set; }
|
||||
|
||||
@@ -9,4 +11,6 @@ public class MangaSource
|
||||
public required Source Source { get; set; }
|
||||
|
||||
public required string Url { get; set; }
|
||||
|
||||
public virtual ICollection<SourceChapter> Chapters { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user