feat: se agregan sp insertando datos de medicion nivel y caudal
This commit is contained in:
parent
4b5b3ae3d9
commit
6edec57054
2 changed files with 43 additions and 0 deletions
|
@ -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")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue