mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 06:27:54 +02:00
Remove APISerializable and APIJsonSerializer
This commit is contained in:
@ -6,7 +6,7 @@ using Newtonsoft.Json;
|
||||
namespace API.Schema.Jobs;
|
||||
|
||||
[PrimaryKey("JobId")]
|
||||
public abstract class Job : APISerializable
|
||||
public abstract class Job
|
||||
{
|
||||
[MaxLength(64)]
|
||||
public string JobId { get; init; }
|
||||
|
Reference in New Issue
Block a user