コード例 #1
0
ファイル: admin_item_type.php プロジェクト: noikiy/vis
 public function delete()
 {
     $itemTypeIds = $this->input->post('itemTypeIds');
     $itemTypeService = new ItemTypeService();
     $itemTypeService->delete($itemTypeIds);
 }