Esempio n. 1
0
 public function alterar(Texto $texto)
 {
     $texto->setUltimaModificacao();
     $this->textoRepository->update($texto);
     return "Texto alterado com sucesso";
 }