added Answer.cs
This commit is contained in:
parent
23a97fb900
commit
9b4670ab99
3 changed files with 14 additions and 0 deletions
|
|
@ -7,4 +7,5 @@ public class QuestionBase
|
|||
public string Title { get; set; }
|
||||
|
||||
public Survey Survey { get; set; }
|
||||
public ICollection<Answer> Answers { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue