Ejemplo n.º 1
0
        public DataTable GetFechasCompra(int ClienteID)
        {
            CD_Credito objCD_Credito = new CD_Credito(AppSettings.GetConnectionString);
            DataTable  dtTMP         = new DataTable();

            dtTMP = objCD_Credito.GetFechasCompra(ClienteID);
            return(dtTMP);
        }