Exemplo n.º 1
0
        public JsonResult ApproveSpecialOrderWithdrew(DemandOrderInput demandOrderInput)
        {
            string msg;

            _orderManageService.ApproveSpecialOrderWithdrew(demandOrderInput, out msg);
            return(Json(msg));
        }