Huge work
This commit is contained in:
@@ -14,7 +14,12 @@ namespace KTUSAPS.Data.Model
|
||||
public string SolutionEn { get; set; }
|
||||
|
||||
|
||||
public PublishedProblem Problem { get; set; }
|
||||
public DateTime Created { get; set; }
|
||||
public virtual PublishedProblem Problem { get; set; }
|
||||
public DateTime Created { get; set; }
|
||||
|
||||
public Solution()
|
||||
{
|
||||
Created = DateTime.Now;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user