Add materials converting from DTOs
This commit is contained in:
@@ -6,6 +6,6 @@ namespace StructureHelperCommon.Models.Forces
|
||||
{
|
||||
public interface IForceCombinationList : IForceAction
|
||||
{
|
||||
List<IDesignForceTuple> DesignForces { get;}
|
||||
List<IDesignForceTuple> DesignForces { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user