Add logic for import of combination from xls files
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace StructureHelperCommon.Models.Forces
|
||||
{
|
||||
public interface IGetTuplesFromFileLogic : ILogic
|
||||
{
|
||||
IColumnedFileProperty ForceFileProperty { get; set; }
|
||||
|
||||
List<IForceTuple> GetTuples();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user