FarmMapsApiClient_KB34_MAST/FarmmapsZonering/Models/InputParameter.cs

8 lines
176 B
C#
Raw Normal View History

2020-11-12 14:49:17 +00:00
namespace FarmmapsHaulmkilling.Models
{
public class InputParameter
{
public string ItemCode { get; set; }
public string ItemLayer { get; set; }
}
}