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