mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-21 02:25:37 +02:00
Add ToString Overriddes
This commit is contained in:
@ -15,4 +15,9 @@ public class MangaAltTitle(string language, string title)
|
||||
[StringLength(256)]
|
||||
[Required]
|
||||
public string Title { get; set; } = title;
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{AltTitleId} {Language} {Title}";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user