Ejemplo n.º 1
0
 public ActionResult Update(CustomAppoinmentModel app)
 {
     AppointmentService.EditAppointment(app);
     return(Json(true, JsonRequestBehavior.AllowGet));
 }
Ejemplo n.º 2
0
 public void EditAppointment(Appointment appointment)
 {
     appointmentService.EditAppointment(appointment);
 }