end of tp2

This commit is contained in:
2026-03-17 11:12:34 +01:00
parent d202d1541d
commit 90fcaca356
7 changed files with 76 additions and 40 deletions

View File

@@ -12,8 +12,11 @@ public class GetBookDetailsDto
public int PageCount { get; set; }
public DateOnly PublishedDate { get; set; }
public string? Genre { get; set; }
public decimal? AverageRating { get; set; }
public int? ReviewCount { get; set; }
public int AuthorId { get; set; }
public string? AuthorNationality { get; set; }
public GetAuthorDto? Author { get; set; }
public List<GetReviewDto>? Reviews { get; set; }