Add logic for import of combination from xls files
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
using System;
|
||||
|
||||
namespace StructureHelperCommon.Models.Forces
|
||||
{
|
||||
public interface IFileProperty : ISaveable
|
||||
public interface IFileProperty : ISaveable, ICloneable
|
||||
{
|
||||
string FilePath { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user