end of tp2
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user