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

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

View File

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