maybe model inheritance is friends we made along the way...
- moved AnswerVariants to QuestionBase due to strange logic
This commit is contained in:
parent
cc89ff818b
commit
ab331a32d9
3 changed files with 2 additions and 2 deletions
|
|
@ -8,6 +8,8 @@ public class QuestionBase
|
|||
|
||||
public string Discriminator { get; set; }
|
||||
|
||||
public ICollection<AnswerVariant>? AnswerVariants { get; set; }
|
||||
|
||||
public Survey Survey { get; set; }
|
||||
public ICollection<Answer> Answers { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue