mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 20:08:19 +02:00
Remove APISerializable and APIJsonSerializer
This commit is contained in:
@@ -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; }
|
||||
}
|
Reference in New Issue
Block a user