示例#1
0
        public DataSet GetConsulPagosPrestamos(string NoPrestamo, string Cia, string FechaConsulta)
        {
            clFacturas GetCuotaInfo = new clFacturas();

            return(GetCuotaInfo.GetConsulPagosPrestamos(NoPrestamo, Cia, FechaConsulta));
        }