Add logic for converting beam shear calculator input data
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperLogics.Models.BeamShears
|
||||
{
|
||||
public class BeamShearSectionCalculatorResult : IBeamShearSectionCalculatorResult
|
||||
public class BeamShearSectionCalculatorResult : IBeamShearSectionLogicResult
|
||||
{
|
||||
public bool IsValid { get; set; }
|
||||
public string? Description { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user