Exemplo n.º 1
0
        IList <OITM> IBOITM.FP_LISTAR_OITM_TOT()
        {
            IQOITM objOITMD = null;

            try
            {
                objOITMD = new DataOITM(this._CadenaConeccion);
                return(objOITMD.FP_LISTAR_OITM_TOT());
            }
            catch (Exception ex)
            {
                throw;
            }
            finally
            {
                objOITMD = null;
            }
        }
Exemplo n.º 2
0
        string IBOITM.FP_get_ItemCode(string ItemName)
        {
            IQOITM objOITMD = null;

            try
            {
                objOITMD = new DataOITM(this._CadenaConeccion);
                return(objOITMD.FP_get_ItemCode(ItemName));
            }
            catch (Exception ex)
            {
                throw;
            }
            finally
            {
                objOITMD = null;
            }
        }
Exemplo n.º 3
0
        IList <OITM> IBOITM.FP_LISTAR_OITM(string FechaIni, string FechaFin)
        {
            IQOITM objOITMD = null;

            try
            {
                objOITMD = new DataOITM(this._CadenaConeccion);
                return(objOITMD.FP_LISTAR_OITM(FechaIni, FechaFin));
            }
            catch (Exception ex)
            {
                throw;
            }
            finally
            {
                objOITMD = null;
            }
        }