示例#1
0
 function delete_fuel_type()
 {
     $fuel_type_service = new Fuel_Type_service();
     echo $fuel_type_service->delete_fuel_type(trim($this->input->post('id', TRUE)));
 }