コード例 #1
0
 public ActionResult Edit()
 {
     return(View(
                "PrivateProfile",
                Mapper.Map <PrivateProfileModel>(_profileReader.GetPrivateProfile(User.TryGetPrincipal().UserId))));
 }