Fix for translation

This commit is contained in:
2020-04-14 11:56:38 +02:00
parent fe58d524e0
commit 65debd6f5f
2 changed files with 7 additions and 8 deletions

View File

@@ -2,7 +2,6 @@ namespace FarmmapsHerbicide.Models
{
public class HerbicideAgent
{
public string ProductType { get; set; }
public string Name { get; set; }
public string SoilType { get; set; }
public string ActiveSubstanceContent{ get; set; }