Ejemplo n.º 1
0
 public function deleteNoticia($id)
 {
     $query = new Query();
     $this->query($query->deleteNoticia($id));
 }