Exemple #1
0
 public function deleteInvitationCode($code)
 {
     return $this->inviteCodeDao->deleteByCode($code);
 }