public ActionResult EditAppointment() { UpdateAppointment(); return(PartialView("SchedulerPartial", SchedulerDataHelper.GetDataObject(GetSelectedResourceIds()))); }
public ActionResult SchedulerPartial() { return(PartialView("SchedulerPartial", SchedulerDataHelper.GetDataObject(GetSelectedResourceIds()))); }