Actualiser PyroFetes/Models/Show.cs
This commit is contained in:
@@ -6,6 +6,9 @@ public class Show
|
|||||||
{
|
{
|
||||||
[Key] public int Id { get; set; }
|
[Key] public int Id { get; set; }
|
||||||
|
|
||||||
|
[Required]
|
||||||
|
public string? Name { get; set; }
|
||||||
|
|
||||||
[Required, MaxLength(120)]
|
[Required, MaxLength(120)]
|
||||||
public string? Place { get; set; }
|
public string? Place { get; set; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user