IStation.Dto/02-web/02-hydraulic-model/HydraulicModelDto.cs
@@ -17,7 +17,7 @@ } public HydraulicModelDto(HydraulicModelDto rhs) { { this.Reservoirs = rhs.Reservoirs?.ToList(); this.Tanks = rhs.Tanks?.ToList(); this.Junctions = rhs.Junctions?.ToList();