mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-17 16:57:54 +02:00
Remove unnecessary default value for EF Constructors
This commit is contained in:
@ -23,7 +23,7 @@ public class MoveMangaLibraryJob : Job
|
||||
/// <summary>
|
||||
/// EF ONLY!!!
|
||||
/// </summary>
|
||||
public MoveMangaLibraryJob(string mangaId, string toLibraryId, string? parentJobId = null)
|
||||
internal MoveMangaLibraryJob(string mangaId, string toLibraryId, string? parentJobId)
|
||||
: base(TokenGen.CreateToken(typeof(MoveMangaLibraryJob)), JobType.MoveMangaLibraryJob, 0, parentJobId)
|
||||
{
|
||||
this.MangaId = mangaId;
|
||||
|
Reference in New Issue
Block a user