Huge work
This commit is contained in:
@@ -18,20 +18,19 @@ namespace KTUSAPS.Data.Model
|
||||
[Required]
|
||||
[MaxLength]
|
||||
public string ProblemEn { get; set; }
|
||||
[MaxLength]
|
||||
public string ResponseLt { get; set; }
|
||||
[MaxLength]
|
||||
public string ResponseEn { get; set; }
|
||||
|
||||
public DateTime Created { get; set; }
|
||||
|
||||
public int? IssueId { get; set; }
|
||||
public Issue Issue { get; set; }
|
||||
public virtual Issue Issue { get; set; }
|
||||
|
||||
public int? SolutionId { get; set; }
|
||||
public Solution Solution { get; set; }
|
||||
public virtual Solution Solution { get; set; }
|
||||
public ICollection<Vote> Votes { get; set; }
|
||||
|
||||
|
||||
public PublishedProblem()
|
||||
{
|
||||
Created = DateTime.Now;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user