Fix salvataggio posizione

This commit is contained in:
2025-10-02 23:48:14 +02:00
parent 36fe05e3c3
commit ff36b1cdab
2 changed files with 3 additions and 2 deletions

View File

@@ -17,7 +17,8 @@ public class ActivityDTO : StbActivity
public DateTime? NotificationDate { get; set; }
public bool Deleted { get; set; }
[JsonPropertyName("stbPosizioni")]
public PositionDTO? Position { get; set; }
public ActivityDTO Clone()