예제 #1
0
 public ActionResult BookPatient(int id = 1)
 {
     return(View(b.FindPatientDetails(id)));
 }