Exemplo n.º 1
0
 private function _saveEntity()
 {
     $this->_entity->save();
     if (!$this->_workTimeService) {
         $this->_workTimeService = new MedOptima_Service_Doctor_WorkTime();
     }
     $this->_workTimeService->saveList($this->_workTimeList);
 }