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