Exemple #1
0
        public DataSet  TraeCuotas(long idNovedad, long idPrestador)
        {
            Cuotas oCuotas = new Cuotas();

            try
            {
                return(oCuotas.TraeCuotas(idNovedad, idPrestador));
            }
            catch (Exception err)
            {
                throw err;
            }
            finally
            {
            }
        }
Exemple #2
0
        public DataSet  TraeCuotas(long idNovedad, long idPrestador)
        {
            Cuotas oCuotas = new Cuotas();

            try
            {
                return(oCuotas.TraeCuotas(idNovedad, idPrestador));
            }
            catch (Exception err)
            {
                throw err;
            }
            finally
            {
                ServicedComponent.DisposeObject(oCuotas);
            }
        }