コード例 #1
0
        public DataSet CuotaSocial_TraeXCuil(long idbeneficiario, long idPrestador)
        {
            Novedad oNov = new Novedad();

            try
            {
                return(oNov.CuotaSocial_TraeXCuil(idbeneficiario, idPrestador));
            }
            catch (Exception err)
            {
                throw err;
            }
            finally
            {
            }
        }
コード例 #2
0
        public DataSet CuotaSocial_TraeXCuil(long idbeneficiario, long idPrestador)
        {
            Novedad oNov = new Novedad();

            try
            {
                return(oNov.CuotaSocial_TraeXCuil(idbeneficiario, idPrestador));
            }
            catch (Exception err)
            {
                throw err;
            }
            finally
            {
                ServicedComponent.DisposeObject(oNov);
            }
        }