Migrations aufgefäumt

DateOnly hinzugefügt zur Model.
This commit is contained in:
Husky
2021-10-09 20:55:03 +02:00
parent 3388891134
commit 790792174d
32 changed files with 340 additions and 4042 deletions

View File

@@ -9,7 +9,7 @@ namespace DaSaSo.Domain.Model
public abstract class SewerRehabilation : DomainObject
{
public string Operator { get; set; }
public DateTime Date { get; set; }
public DateOnly Date { get; set; }
public decimal TemperatureOutdoors { get; set; }
public decimal TemperatureSewer { get; set; }
public string Weather { get; set; }