fixed herbicide sample

This commit is contained in:
2020-06-10 15:24:08 +02:00
parent c8b82a2ed3
commit d1bfd92c78
3 changed files with 7 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ namespace FarmmapsHerbicide
var agents = await _herbicideService.GetHerbicideAgents();
_liberatorTarweAgent = agents.SingleOrDefault(a => a.Name.Equals("Liberator"));
await SingleLutumTiffFlow(roots);
// await SingleLutumTiffFlow(roots);
await MultiVanDenBorneShapeFlow(roots);
}