Example #1
0
 public function fetch_devices_infoValue($info_id, $category_id)
 {
     $return_fetch = Category::fetch_devices_info_value($info_id, $category_id);
     return $return_fetch;
 }