forked from FarmMaps/FarmMapsApiClient
Created a generalservice for helper methods.
Moved constants to Farmmaps API project.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user