Ejemplo n.º 1
0
        public int getMessageReciveInfo(int type)
        {
            MessageSendDAL dao = new MessageSendDAL();

            return(dao.getMessageReciveInfo(type));
        }