feat: se agregan sp insertando datos de medicion nivel y caudal

This commit is contained in:
Leonel Toro 2025-07-14 12:42:20 -04:00
parent 4b5b3ae3d9
commit 6edec57054
2 changed files with 43 additions and 0 deletions

View file

@ -92,6 +92,7 @@ namespace BLL.Integracion_DGA
).ToList();
await _jobs.InsertarDgaCaudal(caudalData);
await _jobs.InsertarMedicionOperacionCaudal();
}
else if (item.name == "API - DGA - NIVELES")
{
@ -109,6 +110,7 @@ namespace BLL.Integracion_DGA
).ToList();
await _jobs.InsertarDgaNivel(nivelData);
await _jobs.InsertarMedicionOperacionNivel();
}
else if (item.name == "API - DGA")
{