mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 20:08:19 +02:00
Remove unnecessary default value for EF Constructors
This commit is contained in:
@@ -47,7 +47,7 @@ public abstract class Job
|
||||
/// <summary>
|
||||
/// EF ONLY!!!
|
||||
/// </summary>
|
||||
protected Job(string jobId, JobType jobType, ulong recurrenceMs, string? parentJobId)
|
||||
protected internal Job(string jobId, JobType jobType, ulong recurrenceMs, string? parentJobId)
|
||||
{
|
||||
this.JobId = jobId;
|
||||
this.JobType = jobType;
|
||||
|
Reference in New Issue
Block a user