Progresss
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Text.Json.Serialization;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KTUSAPS.Data.Model
|
||||
@@ -12,6 +13,7 @@ namespace KTUSAPS.Data.Model
|
||||
[MaxLength(64)]
|
||||
public string UserId { get; set; }
|
||||
public int ProblemId { get; set; }
|
||||
[JsonIgnore]
|
||||
public virtual PublishedProblem Problem { get; set; }
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user