add createdBy in Survey for test
This commit is contained in:
parent
0a7e4310e0
commit
4caf3de6fe
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ public class Survey
|
|||
public string Title { get; set; }
|
||||
public string Description { get; set; }
|
||||
|
||||
public int? CreatedBy { get; set; }
|
||||
|
||||
public ICollection<QuestionBase> Questions { get; set; }
|
||||
public ICollection<Completion> Completions { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue