示例#1
0
 /**
  * @param int $id
  */
 public function delete($id)
 {
     $this->table->delete($id);
 }