Beispiel #1
0
        public JsonResult ViewSpecialApplyingOrder()
        {
            string            oid = HttpContext.Session.GetString("UpdateOID");
            DemandOrderOutput demandOrderOutput = _orderManageService.ViewSpecialApplyingOrder(oid);

            HttpContext.Session.Remove("UpdateOID");
            return(Json(demandOrderOutput));
        }