2020-12-11 13:02:01 +00:00
|
|
|
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
|
|
|
}
|
|
|
|
}
|