Example #1
0
 private function updatePdf($id)
 {
     $PdfDownload = new PdfDownload();
     @$PdfDownload->produto($id);
 }