예제 #1
0
 public ActionResult Create(int id)
 {
     return(View(_appointmentManager.GetAppointmentCreationInformation(id)));
 }