public function delete() { $customerIds = $this->input->post('customerIds'); $customerService = new CustomerService(); $customerService->delete($customerIds); }