コード例 #1
0
 // GET: MyPanel/FillHospitalInfo/5
 public ActionResult FillHospitalInfo(IndexForHospitalInfoViewModel indexForHospitalInfoViewModel)
 {
     return(View(indexForHospitalInfoViewModel.hospital));
 }
コード例 #2
0
 public void GetHospitalViewInformation()
 {
     //in this object generation we initiate object with hospital information
     indexForHospitalInfoViewModel = new IndexForHospitalInfoViewModel(User.Identity.Name);
 }