Esempio n. 1
0
 /**
  * @param int $id
  */
 public function deleteById($id)
 {
     $this->emailVerifiedDao->deleteById($id);
 }