added questions output (SHIT CODE)
This commit is contained in:
parent
7d76a9f67c
commit
ddfb5eff54
11 changed files with 93 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
namespace SurveyBackend.DTOs.Survey;
|
||||
|
||||
public class CreateSurveyDTO
|
||||
public class CreateSurveyDto
|
||||
{
|
||||
public required string Title { get; set; }
|
||||
public string Description { get; set; } = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue