9 lines
218 B
C#
9 lines
218 B
C#
using StructureHelperCommon.Models.Parameters;
|
|
|
|
namespace StructureHelperLogics.Services.NdmPrimitives
|
|
{
|
|
public interface IParametersLogic
|
|
{
|
|
List<IValueParameter<string>> GetTextParameters();
|
|
}
|
|
} |