11 lines
292 B
C#
11 lines
292 B
C#
|
namespace FarmmapsBulkSatDownload
|
|||
|
{
|
|||
|
public class Settings
|
|||
|
{
|
|||
|
public string CropfieldItemCode { get; set; }
|
|||
|
public string SatelliteTaskCode { get; set; }
|
|||
|
public string VanDerSatTaskCode { get; set; }
|
|||
|
public string WatBalTaskCode { get; set; }
|
|||
|
|
|||
|
}
|
|||
|
}
|