Exemplo n.º 1
0
        public IHttpActionResult GetInfoByUser(MessageInfoModel paramter)
        {
            MessageBLL user = new MessageBLL();
            var        add  = user.GetInfo(paramter);

            return(InspurJson <RetMessageInfo>(add));
        }