1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-07-09 06:36:06 +02:00

Remove APISerializable and APIJsonSerializer

This commit is contained in:
2024-12-16 18:55:52 +01:00
parent 77c5903cf1
commit 87274aca19
14 changed files with 9 additions and 134 deletions

@ -12,7 +12,4 @@ public class MangaAltTitle(string language, string title)
[MaxLength(8)]
public string Language { get; init; } = language;
public string Title { get; set; } = title;
[ForeignKey("MangaId")]
public virtual Manga Manga { get; init; }
}