Polish 7 (#3381)
This commit is contained in:
parent
cb810a2d8f
commit
3e3b6ba92b
26 changed files with 1631 additions and 212 deletions
8
API/DTOs/DeleteChaptersDto.cs
Normal file
8
API/DTOs/DeleteChaptersDto.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
namespace API.DTOs;
|
||||
|
||||
public class DeleteChaptersDto
|
||||
{
|
||||
public IList<int> ChapterIds { get; set; } = default!;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue