mirror of
https://github.com/Ikatono/ComiServ.git
synced 2025-10-28 20:45:35 -05:00
Rearranged repo to make room for additional projects
This commit is contained in:
7
ComiServ/Models/ComicDeleteRequest.cs
Normal file
7
ComiServ/Models/ComicDeleteRequest.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ComiServ.Models;
|
||||
|
||||
//handle is taken from URL
|
||||
public record class ComicDeleteRequest
|
||||
(
|
||||
bool DeleteIfFileExists
|
||||
);
|
||||
Reference in New Issue
Block a user