コード例 #1
0
 /**
  * @param int $stamp
  */
 public function deleteByCreatedStamp($stamp)
 {
     $this->emailVerifiedDao->deleteByCreatedStamp($stamp);
 }