Esempio n. 1
0
        public List <LsBeneficiario> TraeBeneficiariosXExpteANSES(string expediente_org
                                                                  , string expediente_precu
                                                                  , string expediente_doccu
                                                                  , string expediente_digcu
                                                                  , string expediente_ctipo
                                                                  , string expediente_sec)
        {
            ActoresDatos objdao = new ActoresDatos();

            try
            {
                // Creo un Objeto Windows Identity para enviarle al thread asyncronico
                //(lo necesita para poder impersonar el thread nuevo)
                WindowsIdentity mThreadIdentity = WindowsIdentity.GetCurrent();
                return(objdao.TraeBeneficiariosXExpteANSES(expediente_org
                                                           , expediente_precu
                                                           , expediente_doccu
                                                           , expediente_digcu
                                                           , expediente_ctipo
                                                           , expediente_sec));
            }
            catch (Exception ex)
            {
                throw ex;
            }
            finally
            {
                objdao.Dispose();
            }
        }
Esempio n. 2
0
        public List <Apoderado> TraeApoderadosXid_Beneficiario(Int64 id_Beneficiario)
        {
            ActoresDatos objdao = new ActoresDatos();

            try
            {
                // Creo un Objeto Windows Identity para enviarle al thread asyncronico
                //(lo necesita para poder impersonar el thread nuevo)
                WindowsIdentity mThreadIdentity = WindowsIdentity.GetCurrent();
                return(objdao.TraeApoderadosXid_Beneficiario(id_Beneficiario));
            }
            catch (Exception ex)
            {
                throw ex;
            }
            finally
            {
                objdao.Dispose();
            }
        }
Esempio n. 3
0
        public List <LsBeneficiario> TraeBeneficiarios(TipoConsultaBeneficioario iTipoCons, String parametro, String codDoc)
        {
            ActoresDatos objdao = new ActoresDatos();

            try
            {
                // Creo un Objeto Windows Identity para enviarle al thread asyncronico
                //(lo necesita para poder impersonar el thread nuevo)
                WindowsIdentity mThreadIdentity = WindowsIdentity.GetCurrent();
                return(objdao.TraeBeneficiarios(iTipoCons, parametro, codDoc));
            }
            catch (Exception ex)
            {
                throw ex;
            }
            finally
            {
                objdao.Dispose();
            }
        }
Esempio n. 4
0
        public List <LsBeneficiario> TraeBeneficiariosXNroBeneficioANSES(string BenExCaja, string BenTipo, string BenNumero, string BenCopart, string BenDigVerif)
        {
            ActoresDatos objdao = new ActoresDatos();

            try
            {
                // Creo un Objeto Windows Identity para enviarle al thread asyncronico
                //(lo necesita para poder impersonar el thread nuevo)
                WindowsIdentity mThreadIdentity = WindowsIdentity.GetCurrent();
                return(objdao.TraeBeneficiariosXNroBeneficioANSES(BenExCaja, BenTipo, BenNumero, BenCopart, BenDigVerif));
            }
            catch (Exception ex)
            {
                throw ex;
            }
            finally
            {
                objdao.Dispose();
            }
        }
Esempio n. 5
0
        public List <LsBeneficiario> TraeBeneficiariosXNroSolicitudProvisoria(string nro_SolicitudProvisoria)
        {
            ActoresDatos objdao = new ActoresDatos();

            try
            {
                // Creo un Objeto Windows Identity para enviarle al thread asyncronico
                //(lo necesita para poder impersonar el thread nuevo)
                WindowsIdentity mThreadIdentity = WindowsIdentity.GetCurrent();
                return(objdao.TraeBeneficiariosXNroSolicitudProvisoria(nro_SolicitudProvisoria));
            }
            catch (Exception ex)
            {
                throw ex;
            }
            finally
            {
                objdao.Dispose();
            }
        }
Esempio n. 6
0
        public List <LsBeneficiario> TraeBeneficiariosXCUIP(string preCUIP, string docCUIP, string digCUIP)
        {
            ActoresDatos objdao = new ActoresDatos();

            try
            {
                // Creo un Objeto Windows Identity para enviarle al thread asyncronico
                //(lo necesita para poder impersonar el thread nuevo)
                WindowsIdentity mThreadIdentity = WindowsIdentity.GetCurrent();
                return(objdao.TraeBeneficiariosXCUIP(preCUIP, docCUIP, digCUIP));
            }
            catch (Exception ex)
            {
                throw ex;
            }
            finally
            {
                objdao.Dispose();
            }
        }