Beispiel #1
0
 public function assocHistory($id)
 {
     $return_assocHistory = Device::fetch_assocHistory($id);
     return $return_assocHistory;
 }