예제 #1
0
        public ActionResult About()
        {
            var model = new UserInfo
            {
                Name    = "cao1",
                Address = "zhangs"
            };

            userInfoService.AddGetUserInfo(model);
            ViewBag.Message = "Your application description page.";

            return(View());
        }