feat: se implementan informantes
This commit is contained in:
parent
92ce18173e
commit
e83a41cd54
4 changed files with 11 additions and 4 deletions
|
@ -59,9 +59,9 @@ namespace BLL.Recuperacion_DGA
|
|||
{
|
||||
Autenticacion = new Autenticacion
|
||||
{
|
||||
Password = CredencialDGA.Password,
|
||||
RutEmpresa = medicion.TIPO_EMPRESA == "EV" ? CredencialDGA.RutEsval : CredencialDGA.RutAv,
|
||||
RutUsuario = CredencialDGA.RutUsuario
|
||||
Password = medicion.Password,
|
||||
RutEmpresa = medicion.Empresa_Informante == "EV" ? CredencialDGA.RutEsval : CredencialDGA.RutAv,
|
||||
RutUsuario = medicion.RUT
|
||||
},
|
||||
MedicionSubterranea = new Medicion
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue