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
|
|
@ -2,5 +2,4 @@ namespace SurveyLib.Core.Models.QuestionVariants;
|
|||
|
||||
public class SingleAnswerQuestion : QuestionBase
|
||||
{
|
||||
public ICollection<AnswerVariant> AnswerVariants { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue