FarmMapsApiClient_KB34_MAST/FarmmapsZonering/Models/InputParameter.cs
2020-11-12 22:12:31 +01:00

8 lines
176 B
C#

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