Progresss
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace KTUSAPS.Data.Model
|
||||
{
|
||||
@@ -13,7 +14,7 @@ namespace KTUSAPS.Data.Model
|
||||
[MaxLength]
|
||||
public string SolutionEn { get; set; }
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
public virtual PublishedProblem Problem { get; set; }
|
||||
public DateTime Created { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user