示例#1
0
        public JsonResult GetUserAccountInfo(int userId)
        {
            UserAccountProfile account = new UserAccountProfile();
            var list = account.GetProfile(userId);

            return(SuccessResultList(list));
        }