예제 #1
0
파일: service.php 프로젝트: vazahat/dudex
 /**
  *
  * @param int $userId
  * @param type $status
  * @return UHEADER_BOL_Cover
  */
 public function findCoverByUserId($userId, $status = UHEADER_BOL_Cover::STATUS_ACTIVE)
 {
     return $this->coverDao->findByUserId($userId, $status);
 }