Esempio n. 1
0
 public function delete()
 {
     $itemTypeIds = $this->input->post('itemTypeIds');
     $itemTypeService = new ItemTypeService();
     $itemTypeService->delete($itemTypeIds);
 }