integración nueva tabla
This commit is contained in:
parent
5db07294f9
commit
657fd50ac9
22 changed files with 203 additions and 447 deletions
|
@ -46,10 +46,10 @@ namespace Recuperacion_DGA
|
|||
.ConfigureServices((context, services) =>
|
||||
{
|
||||
services.AddSingleton<IConfiguration>(configuration);
|
||||
services.AddScoped<MedicionScadaRepository>();
|
||||
services.AddScoped<MedicionDGARepository>();
|
||||
services.AddScoped<EnvioDGA>();
|
||||
services.AddHttpClient<RegistrarMedicion>();
|
||||
services.AddScoped<LogMedicionScadaRepository>();
|
||||
services.AddScoped<LogEnvioRepository>();
|
||||
})
|
||||
.Build();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue