naming fix
This commit is contained in:
parent
c39fd4192a
commit
cc2d98c710
6 changed files with 9 additions and 9 deletions
|
|
@ -1,16 +0,0 @@
|
|||
namespace SurveyBackend.DTOs.Survey;
|
||||
|
||||
/// <summary>
|
||||
/// Схема для создания нового опроса
|
||||
/// </summary>
|
||||
public class CreateSurveyDto
|
||||
{
|
||||
/// <summary>
|
||||
/// Название опроса
|
||||
/// </summary>
|
||||
public required string Title { get; set; }
|
||||
/// <summary>
|
||||
/// Опциональное описание опроса
|
||||
/// </summary>
|
||||
public string Description { get; set; } = string.Empty;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue