FarmMapsApiClient_WURtest/FarmmapsBulkSatDownload/Models/Settings.cs

11 lines
195 B
C#

using System.Collections.Generic;
using FarmmapsApi.Models;
namespace FarmmapsBulkSatDownload
{
public class Settings
{
public List<Item> cropFieldItems { get; set; }
}
}