Add logic for import of combination from xls files
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
|
||||
namespace StructureHelperCommon.Models.Forces
|
||||
{
|
||||
public interface IFillTupleArrayByColumnNameLogic : ILogic
|
||||
{
|
||||
void ProceeForceTupleArray(double[] nDouble, double doubleValue, string columnName, string filePath);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user