Refactoring: add some button icons
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using StructureHelperCommon.Models.Parameters;
|
||||
|
||||
namespace StructureHelperLogics.Services.NdmPrimitives
|
||||
{
|
||||
public interface IParametersLogic
|
||||
{
|
||||
List<IValueParameter<string>> GetTextParameters();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user