This commit is contained in:
2025-10-02 17:23:48 +02:00
parent 52066ccdc2
commit 165addd785
6 changed files with 6 additions and 6 deletions

View File

@@ -7,5 +7,5 @@ public class ReadShowDto
public string? Place { get; set; }
public string? Description { get; set; }
public string? PyrotechnicImplementationPlan { get; set; }
public DateOnly? Date { get; set; }
public DateTime? Date { get; set; }
}