FarmMapsApiClient_WURtest/FarmmapsZonering/Models/InputParameter.cs

8 lines
172 B
C#

namespace FarmmapsZonering.Models
{
public class InputParameter
{
public string ItemCode { get; set; }
public string LayerName { get; set; }
}
}