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()

View File

@@ -7,7 +7,7 @@ public class PositionDTO
[JsonPropertyName("id")]
public long? Id { get; set; }
[JsonPropertyName("description")]
[JsonPropertyName("descrizione")]
public string? Description { get; set; }
[JsonPropertyName("lat")]