Soil anchor was added

This commit is contained in:
ear
2023-12-01 20:07:26 +05:00
parent 01e6f97429
commit 8de8c00182
10 changed files with 461 additions and 3 deletions

View File

@@ -12,6 +12,6 @@ namespace StructureHelperCommon.Models.Calculators
/// True if result of calculation is valid
/// </summary>
bool IsValid { get; set; }
string Description { get; set; }
string? Description { get; set; }
}
}