Added first herbicide flow with one input.

This commit is contained in:
2020-04-06 22:43:39 +02:00
parent dfb8a05d11
commit b1fe1a1efb
4 changed files with 153 additions and 18 deletions

View File

@@ -40,8 +40,8 @@ namespace FarmmapsApiSamples
await _farmmapsApiService.GetCurrentUserCodeAsync();
var roots = await _farmmapsApiService.GetCurrentUserRootsAsync();
await _nitrogenService.TestFlow(roots);
// await _herbicideService.TestFlow(roots);
// await _nitrogenService.TestFlow(roots);
await _herbicideService.TestFlow(roots);
}
catch (Exception ex)
{