Exemple #1
0
        public DataSet GetCuotasPrestamo(string NoPrestamo, string Cia)
        {
            clFacturas GetCuotaInfo = new clFacturas();

            return(GetCuotaInfo.GetCuotasPrestamo(NoPrestamo, Cia));
        }