add CreatedAt for survey and created repository interface for answer variants
This commit is contained in:
parent
8124cfe758
commit
4e5330f23a
2 changed files with 9 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ public class Survey
|
|||
public string Description { get; set; }
|
||||
|
||||
public int? CreatedBy { get; set; }
|
||||
public DateTime CreatedAt { get; set; } = DateTime.UtcNow;
|
||||
|
||||
public ICollection<QuestionBase> Questions { get; set; }
|
||||
public ICollection<Completion> Completions { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue