removed references to isaria

This commit is contained in:
2020-04-28 16:35:14 +02:00
parent 56193b1b39
commit 262bd641a8
4 changed files with 113 additions and 24 deletions

View File

@@ -5,7 +5,8 @@ namespace FarmmapsNbs.Models
{
public class NitrogenInput
{
public string IsariaZipFile { get; set; }
public string ZippedShapeFile { get; set; }
public string InputVariable { get; set; }
public string OutputFileName { get; set; }
public DateTime PlantingDate { get; set; }
public DateTime MeasurementDate { get; set; }