Sewerdamagelist angefangen

This commit is contained in:
HuskyTeufel
2021-09-29 12:55:28 +02:00
parent 8cf0373a95
commit f15d0b2983
8 changed files with 73 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ namespace DaSaSo.EntityFramework.Services
.Include("BuildingSite")
.Include("PunktOben")
.Include("PunktUnten")
.Include("SewerDamages")
.FirstOrDefaultAsync((e) => e.Id == id);
return s;
}