Schlauchliner erweitert
This commit is contained in:
@@ -21,7 +21,8 @@ namespace DaSaSo.Domain.Services.SewerObjectService
|
||||
SewerObject sewerObject = new SewerObject()
|
||||
{
|
||||
BuildingSite = aktuellBaustelle,
|
||||
StreetName = "Bitte aktualisieren!"
|
||||
StreetName = "Bitte aktualisieren!",
|
||||
//PipeLiner = new PipeLiner()
|
||||
};
|
||||
aktuellBaustelle.SewerObjects.Add(sewerObject);
|
||||
await _buildingsiteService.Update(aktuellBaustelle.Id, aktuellBaustelle);
|
||||
|
||||
Reference in New Issue
Block a user