Ejemplo n.º 1
0
 public void updatePS(ProgramSlot ps) throws Exception {
   ScheduleService service = new ScheduleService();
   service.updatePS(ps);
 }