示例#1
0
 public ActionResult MyProfile()
 {
     return(View("MyProfile", repository.GetProfileVM()));
 }