Example #1
0
 public ActionResult EditAppointment()
 {
     UpdateAppointment();
     return(PartialView("SchedulerPartial", SchedulerDataHelper.GetDataObject(GetSelectedResourceIds())));
 }
Example #2
0
 public ActionResult SchedulerPartial()
 {
     return(PartialView("SchedulerPartial", SchedulerDataHelper.GetDataObject(GetSelectedResourceIds())));
 }