Files
FarmMapsApiClient_WUR/FarmmapsZonering/Models/InputParameter.cs
2020-12-11 14:02:01 +01:00

8 lines
172 B
C#

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