public static string ObtenerQuitarTemporal(string sProceso, int iVentaID) { string sLeyenda = UtilDatos.ObtenerTemporal(sProceso, iVentaID); UtilDatos.BorrarTemporal(sProceso, iVentaID); return(sLeyenda); }
public static string ObtenerLeyenda(int iVentaID) { return(UtilDatos.ObtenerTemporal(Cat.Procesos.VentasLeyendas, iVentaID)); }