Exemplo n.º 1
0
        public decimal SaldoPendiente(int nit)
        {
            decimal resutlado;

            resutlado = Convert.ToDecimal(CREDTIO.SaldoPendientes(nit));
            return(resutlado);
        }