DGA solucion

This commit is contained in:
bcastrogallardo 2025-07-15 10:53:56 -04:00
parent 6edec57054
commit 5db07294f9
2 changed files with 8 additions and 161 deletions

View file

@ -92,7 +92,6 @@ namespace BLL.Integracion_DGA
).ToList();
await _jobs.InsertarDgaCaudal(caudalData);
await _jobs.InsertarMedicionOperacionCaudal();
}
else if (item.name == "API - DGA - NIVELES")
{
@ -110,7 +109,6 @@ namespace BLL.Integracion_DGA
).ToList();
await _jobs.InsertarDgaNivel(nivelData);
await _jobs.InsertarMedicionOperacionNivel();
}
else if (item.name == "API - DGA")
{
@ -128,7 +126,12 @@ namespace BLL.Integracion_DGA
).ToList();
}
}
WriteLineAndLog($"FIN Proceso DGA");
WriteLineAndLog($"INICIO REGISTRO DE MEDICIONES DGA");
await _jobs.SpRegistrarMedicionesDga();
WriteLineAndLog($"FIN REGISTRO DE MEDICIONES DGA");
WriteLineAndLog($"FIN PROCESO DGA");
}
catch (Exception ex)
{