fix logs y envio de registros

This commit is contained in:
bcastrogallardo 2025-07-01 15:43:03 -04:00
parent 4b6204d9e7
commit 016acced6e
7 changed files with 54 additions and 56 deletions

View file

@ -42,7 +42,6 @@ namespace Recuperacion_DGA
services.AddScoped<MedicionScadaVilosRepository>();
services.AddScoped<EnvioDGA>();
services.AddHttpClient<RegistrarMedicion>();
services.AddScoped<LogMedicionScadaRepository>();
})
.Build();