Schlauchliner form wird vollständig verwaltet
This commit is contained in:
@@ -45,6 +45,8 @@ namespace DaSaSo.EntityFramework.Services
|
||||
.Include("PunktOben")
|
||||
.Include("PunktUnten")
|
||||
.Include("SewerDamages")
|
||||
.Include("PipeLiner")
|
||||
.Include("PipeLiner.Impregnation")
|
||||
.FirstOrDefaultAsync((e) => e.Id == id);
|
||||
return s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user