Datenschnittstelle erweitert

This commit is contained in:
HuskyTeufel
2022-05-30 15:51:01 +02:00
parent b2a9d46c4d
commit 455f57fd35
38 changed files with 647 additions and 116 deletions

View File

@@ -16,6 +16,10 @@ namespace Models
public string Bemerkung { get; set; }
public List<PressureTest> pressureTests { get; set; }
public override string ToString()
{
return Objektname;
}
}
}
}