Example #1
0
 public function delete($idContact)
 {
     $result = Contacts::deleteContact($idContact);
     $this->view('admin');
 }