Esempio n. 1
0
 public void EditarDocumentoEncabezado(Pres_Documento objdocumento, ref string Verificador)
 {
     try
     {
         CD_Pres_Documento CDDocumento = new CD_Pres_Documento();
         CDDocumento.EditarDocumentoEncabezado(objdocumento, ref Verificador);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
Esempio n. 2
0
 public void ConsultarCedulasAdicionales(ref Pres_Documento objDocumento, ref string Verificador)
 {
     try
     {
         CD_Pres_Documento CDDocumento = new CD_Pres_Documento();
         CDDocumento.ConsultarCedulasAdicionales(ref objDocumento, ref Verificador);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
Esempio n. 3
0
 public void GenerarPoliza(ref Pres_Documento objDocumento, ref string Verificador, ref string IdPoliza)
 {
     try
     {
         CD_Pres_Documento CDDocumento = new CD_Pres_Documento();
         CDDocumento.GenerarPoliza(ref objDocumento, ref Verificador, ref IdPoliza);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
Esempio n. 4
0
 public void ConsultarGrid_CodProg_Ordinaria(ref Pres_Documento objDocumento, ref List <Pres_Documento_Detalle> List)
 {
     try
     {
         CD_Pres_Documento CDDocumento = new CD_Pres_Documento();
         CDDocumento.ConsultarGrid_CodProg_Ordinaria(ref objDocumento, ref List);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
Esempio n. 5
0
 public void ConsultarLiteralFuncion(ref Pres_Documento objdocumento, ref string Verificador)
 {
     try
     {
         CD_Pres_Documento CDDocumento = new CD_Pres_Documento();
         CDDocumento.ConsultarLiteralFuncion(ref objdocumento, ref Verificador);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
Esempio n. 6
0
 public void ConsultaGrid_Documentos(ref Pres_Documento objDocumento, ref List <Pres_Documento> List)
 {
     try
     {
         CD_Pres_Documento CDDocumento = new CD_Pres_Documento();
         CDDocumento.ConsultaGrid_Documentos(ref objDocumento, ref List);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }