예제 #1
0
        public ActionResult UserAccount(int id = 0)
        {
            UserAccount account = _model.GetUserAccount(id);

            return(View("UserAccount", account));
        }