コード例 #1
0
        public ActionResult ProfileHome(string id)
        {
            Profile profileHome = new Profile();

            profileHome = dalLayer.LoadProfileHome(id);
            return(View(profileHome));
        }