Add work with versions

This commit is contained in:
Evgeny Redikultsev
2024-12-01 17:32:17 +05:00
parent 32243f5448
commit 346378222c
22 changed files with 4337 additions and 71 deletions

View File

@@ -15,8 +15,9 @@ namespace DataAccess.DTOs
public Guid Id { get; set; }
[JsonProperty("DateTime")]
public DateTime DateTime { get; set; }
[JsonProperty("Comment")]
public string Comment { get; set; } = string.Empty;
[JsonProperty("AnalysisVersion")]
public ISaveable AnalysisVersion { get; set; }
}
}