Add converting strategies for beam shear actions
This commit is contained in:
@@ -15,14 +15,9 @@ namespace StructureHelperCommon.Models.Analyses
|
||||
|
||||
public VersionProcessor(Guid id)
|
||||
{
|
||||
|
||||
Id = id;
|
||||
Versions = new();
|
||||
}
|
||||
public VersionProcessor() : this (Guid.NewGuid())
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void AddVersion(IDateVersion version)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user