Shuxia Ning
2024-07-17 fd681339c81201ed6fb3303647ecab89e3e6c0c1
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();