added answers field to Completion.cs
This commit is contained in:
parent
4027b19e06
commit
5be810d840
1 changed files with 1 additions and 0 deletions
|
|
@ -7,4 +7,5 @@ public class Completion
|
|||
public DateTime FinishedAt { get; set; }
|
||||
|
||||
public Survey Survey { get; set; }
|
||||
public ICollection<Answer> Answers { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue