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