Exemplo n.º 1
0
        public static string ObtenerQuitarTemporal(string sProceso, int iVentaID)
        {
            string sLeyenda = UtilDatos.ObtenerTemporal(sProceso, iVentaID);

            UtilDatos.BorrarTemporal(sProceso, iVentaID);

            return(sLeyenda);
        }
Exemplo n.º 2
0
 public static string ObtenerLeyenda(int iVentaID)
 {
     return(UtilDatos.ObtenerTemporal(Cat.Procesos.VentasLeyendas, iVentaID));
 }