Add beam shear converting to DTO
This commit is contained in:
@@ -1,14 +1,8 @@
|
||||
using StructureHelperCommon.Models.Calculators;
|
||||
using StructureHelperLogics.NdmCalculations.Analyses;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Buckling
|
||||
{
|
||||
internal interface IConcreteBucklingCalculator : ICalculator
|
||||
internal interface IConcreteBucklingCalculator : ILogicCalculator
|
||||
{
|
||||
IAccuracy Accuracy { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user