niewste versie

This commit is contained in:
2023-06-27 12:58:36 +02:00
parent 9be9eb3145
commit b99191b7b1
6 changed files with 60 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ namespace FarmmapsKPI
//todo set croprecordings from file
}
// Get KPI data for saving it in a file
// Get KPI data for saving it in a file, here the generalsedrvice is called to get the KPI data
_logger.LogInformation($"Trying to get the cropfielditem: {cropfieldItem}");
var KPIItem = await _generalService.GetKpiItemsForCropField(cropfieldItem);