8 lines
172 B
C#
Raw Normal View History

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
}
}