7 lines
248 B
C#
7 lines
248 B
C#
namespace StructureHelperLogics.Models.BeamShears
|
|
{
|
|
public interface IInclinedSectionResultListLogic
|
|
{
|
|
List<IBeamShearSectionLogicResult> GetInclinedSectionResults(List<IBeamShearSectionLogicInputData> sectionInputDatas);
|
|
}
|
|
} |