.NET 8 Update (#2496)
This commit is contained in:
parent
6d4d2d4a7f
commit
b838fd53e5
75 changed files with 590 additions and 405 deletions
|
@ -1,6 +1,7 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace API.DTOs.Reader;
|
||||
#nullable enable
|
||||
|
||||
public class BookmarkDto
|
||||
{
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
using API.Entities.Enums;
|
||||
|
||||
namespace API.DTOs.Reader;
|
||||
#nullable enable
|
||||
|
||||
public class BookmarkInfoDto
|
||||
{
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
using API.Entities.Enums;
|
||||
|
||||
namespace API.DTOs.Reader;
|
||||
#nullable enable
|
||||
|
||||
/// <summary>
|
||||
/// Information about the Chapter for the Reader to render
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
namespace API.DTOs.Reader;
|
||||
|
||||
#nullable enable
|
||||
|
||||
public class PersonalToCDto
|
||||
{
|
||||
public required int ChapterId { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue