Files
StructureHelper/StructureHelperLogics/NdmCalculations/Analyses/Geometry/IGeometryCalculator.cs
2023-07-16 17:21:28 +05:00

9 lines
189 B
C#

using StructureHelperCommon.Models.Calculators;
namespace StructureHelperLogics.NdmCalculations.Analyses.Geometry
{
public interface IGeometryCalculator : ICalculator
{
}
}