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

            UtilDatos.BorrarTemporal(sProceso, iVentaID);

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