Unify ChapterRating with Rating
This commit is contained in:
parent
a9e2937651
commit
f29c63c6c4
34 changed files with 266 additions and 679 deletions
|
|
@ -26,6 +26,9 @@ public class AppUserRating
|
|||
public int SeriesId { get; set; }
|
||||
public Series Series { get; set; } = null!;
|
||||
|
||||
public int? ChapterId { get; set; } = null;
|
||||
public Chapter? Chapter { get; set; } = null;
|
||||
|
||||
|
||||
// Relationships
|
||||
public int AppUserId { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue