예제 #1
0
 public void ConsultaPagoFicha(ref NotaCargo ficha, string Conexion, ref int verificador)
 {
     try
     {
         CD_CapNotaCargo claseCapaDatos = new CD_CapNotaCargo();
         claseCapaDatos.ConsultaPagoFicha(ref ficha, Conexion, ref verificador);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #2
0
 public void ConsultaNotaCargoEspecialDetalle(ref List <NotaCargoDet> listaFacturaProductos, string Conexion, int id_Emp, int id_Cd, int id_Nca, string Id_NcaSerie, int id_Cte)
 {
     try
     {
         CD_CapNotaCargo CDCapNotaCargo = new CD_CapNotaCargo();
         CDCapNotaCargo.ConsultaNotaCargoEspecialDetalle(ref listaFacturaProductos, Conexion, id_Emp, id_Cd, id_Nca, Id_NcaSerie, id_Cte);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #3
0
 public void ConsultarAdenda(int Id_Emp, int Id_Cd_Ver, int Id_Nca, string Id_NcaSerie, string Tipo1, string Tipo2, ref List <AdendaDet> listCabT, ref List <AdendaDet> listDetT, string Conexion)
 {
     try
     {
         CD_CapNotaCargo CDCapNotaCargo = new CD_CapNotaCargo();
         CDCapNotaCargo.ConsultarAdenda(Id_Emp, Id_Cd_Ver, Id_Nca, Id_NcaSerie, Tipo1, Tipo2, ref listCabT, ref listDetT, Conexion);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #4
0
 public void AgregarAdenda(NotaCargo notaCargo, Sesion sesion, ref int verificador)
 {
     try
     {
         CD_CapNotaCargo claseCapaDatos = new CD_CapNotaCargo();
         claseCapaDatos.AgregarAdenda(notaCargo, sesion, ref verificador);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #5
0
 public void ConsultaAdendaNota(Sesion sesion, int Id_Emp, int Id_Cd, int Id_Cte, ref List <NotaCargo> listNotaCargo)
 {
     try
     {
         CD_CapNotaCargo claseCapaDatos = new CD_CapNotaCargo();
         claseCapaDatos.ConsultaAdendaNota(sesion, Id_Emp, Id_Cd, Id_Cte, ref listNotaCargo);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #6
0
 public void Rastreo(ref NotaCargo nca, string Conexion)
 {
     try
     {
         CD_CapNotaCargo claseCapaDatos = new CD_CapNotaCargo();
         claseCapaDatos.Rastreo(nca, Conexion);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #7
0
 public void EliminarNotaCargo(NotaCargo notaCargo, string Conexion, ref int verificador)
 {
     try
     {
         CD_CapNotaCargo claseCapaDatos = new CD_CapNotaCargo();
         claseCapaDatos.EliminarNotaCargo(notaCargo, Conexion, ref verificador);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #8
0
 public void ArchivoPdf_Xml(ref NotaCargo notaCargo, string Conexion)
 {
     try
     {
         CD_CapNotaCargo claseCapaDatos = new CD_CapNotaCargo();
         claseCapaDatos.ArchivoPdf_Xml(ref notaCargo, Conexion);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #9
0
 public void ModificarNotaCargo(ref NotaCargo notaCargo, string Conexion, ref int verificador, List <AdendaDet> ListCab, DataTable listaFacturaDet)
 {
     try
     {
         CD_CapNotaCargo claseCapaDatos = new CD_CapNotaCargo();
         claseCapaDatos.ModificarNotaCargo(ref notaCargo, Conexion, ref verificador, ListCab, listaFacturaDet);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #10
0
 public List <NotaCargo> ConsultaProductosNotaCargo(ref NotaCargo notaCargo, string Conexion)
 {
     try
     {
         CD_CapNotaCargo  claseCapaDatos = new CD_CapNotaCargo();
         List <NotaCargo> NotaCargo      = claseCapaDatos.ConsultaProductosNotaCargo(ref notaCargo, Conexion);
         return(NotaCargo);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }