moved Question Variants to separate namespace
This commit is contained in:
parent
d52d8e332b
commit
58271df949
5 changed files with 8 additions and 7 deletions
|
|
@ -0,0 +1,6 @@
|
|||
namespace SurveyLib.Core.Models.QuestionVariants;
|
||||
|
||||
public class MultipleAnswerQuestion : QuestionBase
|
||||
{
|
||||
public ICollection<AnswerVariant> AnswerVariants { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue