Exemple #1
0
 public function findCoverListByUserId($userId, $status = null)
 {
     return $this->coverDao->findListByUserId($userId, $status);
 }