4 lines
154 B
C#
4 lines
154 B
C#
namespace FictionArchive.Service.UserNovelDataService.Models.DTOs;
|
|
|
|
public record UpsertBookmarkInput(uint NovelId, uint ChapterId, string? Description);
|