FarmMapsApiClient/FarmmapsBulkSatDownload/Models/Settings.cs
pepijn van oort 1bc326cfd2 Projects FarmmapsBulkSatDownload and FarmmapsDataDownload fully updated and tested
Added some extra Tasks to /FarmmapsApi/Services/GeneralService.cs
Added class SatelliteStatistics.cs to /FarmmapsApi/Models
2021-05-26 10:16:29 +02:00

11 lines
195 B
C#

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