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