Actualiser PyroFetes/Models/Show.cs
This commit is contained in:
@@ -6,14 +6,14 @@ public class Show
|
|||||||
{
|
{
|
||||||
[Key] public int Id { get; set; }
|
[Key] public int Id { get; set; }
|
||||||
|
|
||||||
[MaxLength(120)]
|
[Required, MaxLength(120)]
|
||||||
public string? Place { get; set; }
|
public string? Place { get; set; }
|
||||||
|
|
||||||
[MaxLength(500)]
|
[MaxLength(500)]
|
||||||
public string? Description { get; set; }
|
public string? Description { get; set; }
|
||||||
|
|
||||||
// Lien (chemin/URL/nom de fichier) vers le plan d’implémentation pyrotechnique
|
// Lien (chemin/URL/nom de fichier) vers le plan d’implémentation pyrotechnique
|
||||||
[MaxLength(500)]
|
[Required, MaxLength(500)]
|
||||||
public string? PyrotechnicImplementationPlan { get; set; }
|
public string? PyrotechnicImplementationPlan { get; set; }
|
||||||
|
|
||||||
public DateTime? Date { get; set; }
|
public DateTime? Date { get; set; }
|
||||||
|
Reference in New Issue
Block a user