コード例 #1
0
 public ActionResult UserProfileAjax(EntrepreneurProfile model, string returnUrl)
 {
     return(View());
 }
コード例 #2
0
 public ActionResult _UserProfileUpdate(EntrepreneurProfile model, string returnUrl)
 {
     return(Json(model));
 }