Fix duplicazione scheda quando si modificava

This commit is contained in:
2026-07-22 13:06:49 +02:00
parent b2c8174d6f
commit 74b671586f
2 changed files with 4 additions and 2 deletions
+3
View File
@@ -8,6 +8,9 @@ public class SaveRequestDto
[JsonPropertyName("localIdScheda")]
public int? LocalIdScheda { get; set; }
[JsonPropertyName("activityId")]
public string? ActivityId { get; set; }
[JsonPropertyName("codMdep")]
public string? CodMdep { get; set; }