fix:se corrije inicializacion de la capa bll
This commit is contained in:
parent
f519f3329b
commit
bffcdabc0a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace Integracion_DGA
|
|||
var envioDGA = host.Services.GetRequiredService<EnvioDGA>();
|
||||
var bussinessLogic = host.Services.GetRequiredService<BusinessLogic>();
|
||||
var apiService = host.Services.GetRequiredService<ApiService>();
|
||||
var integracion_dga = bussinessLogic.Run();
|
||||
await bussinessLogic.Run();
|
||||
var mediciones = await envioDGA.ObtenerMedicionesAsync();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue