Skip to content

Commit d13f6fa

Browse files
committed
bulk update also works
1 parent c5cfd9e commit d13f6fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WeatherControl/Wissance.WeatherControl/Factory/MeasurementFactory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public static MeasurementEntity Create(MeasurementDto dto)
1818
{
1919
return new MeasurementEntity()
2020
{
21+
Id = dto.Id,
2122
Value = dto.Value,
2223
SampleDate = dto.SampleDate,
2324
SensorId = dto.SensorId.HasValue ? dto.SensorId.Value : Guid.Empty

0 commit comments

Comments
 (0)