FarmMapsApiClient_WURtest/FarmmapsZonering/Models/InputParameter.cs

8 lines
172 B
C#
Raw Permalink Normal View History

namespace FarmmapsZonering.Models
2020-11-12 14:49:17 +00:00
{
public class InputParameter
{
public string ItemCode { get; set; }
2020-11-12 21:12:31 +00:00
public string LayerName { get; set; }
2020-11-12 14:49:17 +00:00
}
}