Change type of date parameters (string => DateOnly)
This commit is contained in:
@@ -6,6 +6,7 @@ public class Customer
|
||||
{
|
||||
[Key] public int Id { get; set; }
|
||||
[Required] public string? Note { get; set; }
|
||||
|
||||
//Les relations
|
||||
public int CustomerTypeId { get; set; }
|
||||
public CustomerType? CustomerType { get; set; }
|
||||
|
Reference in New Issue
Block a user