Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Updates the given objekwohnraumobjektdto
- *
- * @param \WL\Test\Domain\Dto\Objektwohnraumobjektdto $objektwohnraumobjektdto
- * @return void
- */
- public function updateAction(\WL\Test\Domain\Dto\Objektwohnraumobjektdto $objektwohnraumobjektdto) {
- //$this->persistenceManager->persistAll();?
- $modelObjektwohnraumobjekt=$objektwohnraumobjektdto->getObjektwohnraumobjekt();
- $this->objektWohnraumobjektRepository->update($modelObjektwohnraumobjekt);
- $modelObjekt=$objektwohnraumobjektdto->getObjekt();
- $this->objektRepository->update($modelObjekt);
- $this->redirect('index');
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement