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