コード例 #1
0
        //
        // Fetch all the messages in the table
        //
        public ReadResponseMessage fetchAllMessages()
        {
            ReadResponseMessage response = messageDao.fetchAllMessages();

            return(response);
        }