Ejemplo n.º 1
0
        public List <Cliente> ListarCliente()
        {
            List <Cliente> list;

            list = Clientedb.getAll();
            return(list);
        }