added more question variants
This commit is contained in:
parent
8959c3d984
commit
cce3ea2645
6 changed files with 34 additions and 1 deletions
|
|
@ -6,6 +6,8 @@ public class QuestionBase
|
|||
public int SurveyId { get; set; }
|
||||
public string Title { get; set; }
|
||||
|
||||
public string Discriminator { get; set; }
|
||||
|
||||
public Survey Survey { get; set; }
|
||||
public ICollection<Answer> Answers { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue