can create Surveys for fun now
This commit is contained in:
parent
77a49ff49b
commit
2b5f468b84
2 changed files with 14 additions and 1 deletions
|
|
@ -0,0 +1,7 @@
|
|||
namespace SurveyBackend.DTOs.Survey;
|
||||
|
||||
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