Esempio n. 1
0
 public function Deletar($id)
 {
     $categoriaDAO = new CategoriaDAO();
     $categoriaDAO->DeletarDAO($id);
 }