Files
StructureHelper/StructureHelperLogics/Models/BeamShears/Logics/IInclinedSectionResultListLogic.cs
2025-08-31 17:29:16 +05:00

7 lines
248 B
C#

namespace StructureHelperLogics.Models.BeamShears
{
public interface IInclinedSectionResultListLogic
{
List<IBeamShearSectionLogicResult> GetInclinedSectionResults(List<IBeamShearSectionLogicInputData> sectionInputDatas);
}
}