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

@@ -11,5 +11,6 @@ namespace StructureHelperCommon.Models.Analyses
{
DateTime DateTime { get; set; }
ISaveable AnalysisVersion { get; set; }
string Comment { get; set; }
}
}