added repository interfaces for all models
added Completion model
This commit is contained in:
parent
468ddba909
commit
18840fc224
9 changed files with 51 additions and 6 deletions
|
|
@ -7,5 +7,5 @@ public class Survey
|
|||
public string Description { get; set; }
|
||||
|
||||
public ICollection<QuestionBase> Questions { get; set; }
|
||||
public ICollection<Answer> Answers { get; set; }
|
||||
public ICollection<Completion> Completions { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue