Ejemplo n.º 1
0
 public function delRecById($rec_id)
 {
     $recorder = new StreamRecorder();
     return $recorder->del($rec_id);
 }