Added some inheritdocs to some DTOs to make it more clear how they function.
This commit is contained in:
parent
ae57267e5b
commit
2a528fdb45
7 changed files with 132 additions and 223 deletions
|
|
@ -20,8 +20,8 @@ public sealed record ReadingListDto : IHasCoverImage
|
|||
/// </summary>
|
||||
public string? CoverImage { get; set; } = string.Empty;
|
||||
|
||||
public string PrimaryColor { get; set; } = string.Empty;
|
||||
public string SecondaryColor { get; set; } = string.Empty;
|
||||
public string? PrimaryColor { get; set; } = string.Empty;
|
||||
public string? SecondaryColor { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Number of Items in the Reading List
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue