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

            return(dao.getReceive(type));
        }