Ejemplo n.º 1
0
        public String[,] ReadPaymentsAll()
        {
            customers = new DAO.CustomersDAO();
            Int32 c**t = customers.PositionCountCRMAll(Custcode);

            String[,] zzz = new String[3, c**t];
            customers.ReadCRMAll(Custcode);
            zzz = customers.ReadCRMAll(Custcode);
            return(zzz);
        }