changement de dosiier et création du dossier show afin de respecter l'architecture RESTful
This commit is contained in:
11
PF3/DTO/Show/Response/ReadShowDto.cs
Normal file
11
PF3/DTO/Show/Response/ReadShowDto.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace PF3.DTO.Response;
|
||||
|
||||
public class ReadShowDto
|
||||
{
|
||||
public int? Id { get; set; }
|
||||
public string? Name { get; set; }
|
||||
public string? Place { get; set; }
|
||||
public string? Description { get; set; }
|
||||
public string? PyrotechnicImplementationPlan { get; set; }
|
||||
public DateOnly? Date { get; set; }
|
||||
}
|
Reference in New Issue
Block a user