Slight changes to the entity, more UI work
This commit is contained in:
parent
5656fb2148
commit
9b4a4b8a50
24 changed files with 864 additions and 315 deletions
|
|
@ -1,3 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using API.Entities;
|
||||
using API.Entities.Enums;
|
||||
|
|
@ -128,4 +129,12 @@ public sealed record UserReadingProfileDto
|
|||
|
||||
#endregion
|
||||
|
||||
#region Relations
|
||||
|
||||
public IList<int> SeriesIds { get; set; } = [];
|
||||
|
||||
public IList<int> LibraryIds { get; set; } = [];
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue