Ejemplo n.º 1
0
        public object ExamUricAcid(dynamic obj)
        {
            float  value    = obj.value;
            int    sex      = obj.sex;
            string clientId = obj.clientId;
            string result   = obj.result;
            string risk     = obj.risk;
            string advice   = obj.advice;
            var    examRet  = GetResultModel(result, risk, advice);

            ExamBLL.SaveUricAcid(value, sex, clientId, examRet);
            return(new { Result = true });
        }