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