mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 11:58:19 +02:00
Return new DTO "MinimalManga" for endpoints that return a lot of Manga-data
This commit is contained in:
5
API/Controllers/DTOs/MinimalManga.cs
Normal file
5
API/Controllers/DTOs/MinimalManga.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using API.Schema.MangaContext;
|
||||
|
||||
namespace API.Controllers.DTOs;
|
||||
|
||||
public sealed record MinimalManga(string Key, string Name, string Description, MangaReleaseStatus ReleaseStatus);
|
Reference in New Issue
Block a user