Update gestione ODL
This commit is contained in:
@@ -14,6 +14,6 @@ namespace MP.Data.DatabaseModels
|
||||
[Key]
|
||||
public int value { get; set; } = 0;
|
||||
public string label { get; set; } = "";
|
||||
public DateTime conditio { get; set; } = DateTime.Now;
|
||||
public DateTime? conditio { get; set; } = DateTime.Now;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user