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