Merge branch 'unstable' into 'main'
add createdBy in Survey for test See merge request internship-2025/survey-webapp/surveylib!10
This commit is contained in:
commit
2de1d39e7b
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