Пример #1
0
        public JsonResult WithdrewMyApplicationBySpecial(DemandOrderInput demandOrderInput)
        {
            string msg;

            demandOrderInput.UserId = HttpContext.Session.GetString("UserId");
            _orderManageService.WithdrewMyApplicationBySpecial(demandOrderInput, out msg);
            return(Json(msg));
        }