4 lines
138 B
C#
4 lines
138 B
C#
namespace FictionArchive.Service.UserNovelDataService.Models.DTOs;
|
|
|
|
public record AddToReadingListInput(int ReadingListId, uint NovelId);
|