forked from sanchezvem/PyroFetes
Change type of date parameters (string => DateOnly)
This commit is contained in:
@@ -5,5 +5,5 @@ namespace PyroFetes.Models;
|
||||
public class ExperienceLevel
|
||||
{
|
||||
[Key] public int Id { get; set; }
|
||||
[Required] public string Label { get; set; }
|
||||
[Required] public string? Label { get; set; }
|
||||
}
|
Reference in New Issue
Block a user