Enum verschoben zur Domain
Datenbank converter angefangen
This commit is contained in:
@@ -19,18 +19,18 @@ namespace DaSaSo.InMemoryProvider
|
||||
{
|
||||
DN = 200,
|
||||
Material = "STZ",
|
||||
ObjektName = "SW01",
|
||||
PointFrom = "SW01",
|
||||
PointTo = "SW02"
|
||||
ObjektName = "SW01"
|
||||
//PointFrom = "SW01",
|
||||
//PointTo = "SW02"
|
||||
});
|
||||
_sewerObjects.Add(
|
||||
new SewerObject()
|
||||
{
|
||||
DN = 200,
|
||||
Material = "STZ",
|
||||
ObjektName = "SW01",
|
||||
PointFrom = "SW01",
|
||||
PointTo = "SW02"
|
||||
ObjektName = "SW01"
|
||||
//PointFrom = "SW01",
|
||||
//PointTo = "SW02"
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user