Exemplo n.º 1
0
 public void CapFacturaLegal_Guardar(ref CapFacturaLegal fac, ref int Verificador, string Conexion)
 {
     try
     {
         CD_CapFacturaLegal cd_fac = new CD_CapFacturaLegal();
         cd_fac.CapFacturaLegal_Guardar(ref fac, ref Verificador, Conexion);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Exemplo n.º 2
0
 public void CapFacturaLegal_Consulta(ref CapFacturaLegal fac, ref int Verificador, int Id_Cd, int Id_Fac, int Tipo, string Conexion)
 {
     try
     {
         CD_CapFacturaLegal cd_fac = new CD_CapFacturaLegal();
         cd_fac.CapFacturaLegal_Consulta(ref fac, ref Verificador, Id_Cd, Id_Fac, Tipo, Conexion);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }