add completions methods (not final)
This commit is contained in:
parent
58b5b2b17d
commit
c2f6ba6dde
4 changed files with 23 additions and 5 deletions
|
|
@ -4,7 +4,8 @@ namespace SurveyBackend.DTOs.Completion;
|
|||
|
||||
public class CompletionOutputDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int SurveyId { get; set; }
|
||||
public int? CompletedBy { get; set; }
|
||||
public DateTime FinishedAt { get; set; }
|
||||
public List<AnswerOutputDto> Answers { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue